Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConfig ¶ added in v0.14.1
CheckConfig looks for a value at a keyspace path and returns an error if a value is not found
Types ¶
type Backend ¶ added in v1.9.0
type Backend interface {
Get(string) (string, error)
GetWithDefault(string, string) (string, error)
Set(string, string) (string, error)
SetWithTTL(string, string, uint64) (string, error)
Delete(string) error
GetRecursive(string) ([]*model.ConfigNode, error)
}
Backend is an interface for any sort of underlying key/value config store
Click to show internal directories.
Click to hide internal directories.