mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 00:12:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package body
 | |
| 
 | |
| type Options struct {
 | |
| 	ApnsProduction bool `json:"apns_production"`
 | |
| }
 | |
| 
 | |
| func (o *Options) SetApnsProduction(c bool) {
 | |
| 	o.ApnsProduction = c
 | |
| }
 |