Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Addr []string `mapstructure:"addr"` Cluster string `mapstructure:"cluster" schema:"cluster"` Group string `mapstructure:"group" schema:"group"` Namespace string `mapstructure:"namespace" schema:"namespace"` Weight float64 `mapstructure:"weight" schema:"weight"` Username string `mapstructure:"username"` Password string `mapstructure:"password"` AppName string `mapstructure:"app_name" schema:"app_name"` }
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func BuildRegistryWithURL ¶
func NewRegistry ¶
Click to show internal directories.
Click to hide internal directories.