Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Clients map[string]struct { Addr string `json:"addr" yaml:"addr"` Password string `json:"password" yaml:"password"` DB int `json:"db" yaml:"db"` } `json:"clients" yaml:"clients"` Clusters map[string]struct { Addrs []string `json:"addrs" yaml:"addrs"` } `json:"clusters" yaml:"clusters"` }
type Provider ¶
type Provider struct {
kernel.BaseProvider
}
Click to show internal directories.
Click to hide internal directories.