Documentation ¶
Index ¶
Constants ¶
View Source
const ( SELECTOR_RANDOM = "RANDOM" STORAGE_LOCAL = "LOCAL" STORAGE_ETCD = "ETCD" )
Variables ¶
View Source
var ( ErrFuncNotFound = errors.New("func not found") ErrNodeNotFound = errors.New("node not found") )
Functions ¶
This section is empty.
Types ¶
type Node ¶
func (Node) GetValueKey ¶
type ResolverOption ¶
type ResolverOption struct { StorageOption *StorageOption `yaml:"storage" mapstructure:"storage"` SelectorOption *SelectorOption `yaml:"selector" mapstructure:"selector"` }
type SelectorOption ¶
type SelectorOption struct {
Strategy string `yaml:"strategy" mapstructure:"strategy"`
}
type StorageOption ¶
Click to show internal directories.
Click to hide internal directories.