Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeMemcachedCheck ¶
func MakeMemcachedCheck(c *Cache) service.ServiceCheck
func MakeRedisCacheCheck ¶
func MakeRedisCacheCheck(c *Cache) service.ServiceCheck
Types ¶
type Cache ¶
type Cache struct { Type string `json:"type"` Addrs string `json:"addrs"` UriOnly string `json:"uri_only"` Name string `json:"name"` Username string `json:"username"` Password string `json:"password"` }
func (*Cache) GetCacheDriver ¶
func (cache *Cache) GetCacheDriver() service.ServiceCheck
Click to show internal directories.
Click to hide internal directories.