Memcache struct contains *memcache.Client
| 9 | |
| 10 | // Memcache struct contains *memcache.Client |
| 11 | type Memcache struct { |
| 12 | conn *memcache.Client |
| 13 | } |
| 14 | |
| 15 | // NewMemcache create new memcache |
| 16 | func NewMemcache(server ...string) *Memcache { |
nothing calls this directly
no outgoing calls
no test coverage detected