Update devicemngt.go
This commit is contained in:
		
							parent
							
								
									ad8cc00df6
								
							
						
					
					
						commit
						193ddba163
					
				| 
						 | 
					@ -57,3 +57,13 @@ func Init(config Config) (*Service, error) {
 | 
				
			||||||
func GetInstance() *Service {
 | 
					func GetInstance() *Service {
 | 
				
			||||||
	return s
 | 
						return s
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// GetConnectOptions ...
 | 
				
			||||||
 | 
					func GetConnectOptions(Host, DBName string) mongodb.Config {
 | 
				
			||||||
 | 
						return mongodb.Config{
 | 
				
			||||||
 | 
							Host:       Host,
 | 
				
			||||||
 | 
							DBName:     DBName,
 | 
				
			||||||
 | 
							Standalone: &mongodb.ConnectStandaloneOpts{},
 | 
				
			||||||
 | 
							TLS:        &mongodb.ConnectTLSOpts{},
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue