()
| 30 | } |
| 31 | |
| 32 | func GetMsgCache() MsgCacheInterface { |
| 33 | if msgService == nil { |
| 34 | msgService = &MsgService{cache: cache.New(30*time.Minute, 30*time.Minute)} |
| 35 | } |
| 36 | return msgService |
| 37 | } |
nothing calls this directly
no outgoing calls
no test coverage detected