(config *config.Config)
| 397 | ) |
| 398 | |
| 399 | func InitConfig(config *config.Config) { |
| 400 | configData = config |
| 401 | } |
| 402 | |
| 403 | var userCache = bridge.NewCache(5 * time.Minute) // Cache TTL of 5 minutes |
| 404 |
nothing calls this directly
no outgoing calls
no test coverage detected