Documentation ¶
Index ¶
- Constants
- func NewDelete(action structs.Action, client *api.Client) *delete
- func NewDeleteTree(action structs.Action, client *api.Client) *deleteTree
- func NewInfo(action structs.Action, client *api.Client, query *api.QueryOptions) *info
- func NewList(action structs.Action, client *api.Client, query *api.QueryOptions) *list
- func NewSet(action structs.Action, client *api.Client) *set
Constants ¶
View Source
const ( UnwatchList = "CONSUL_UNWATCH_KV_PATH" WatchList = "CONSUL_WATCH_KV_PATH" )
View Source
const (
Delete = "CONSUL_DELETE_KV_PAIR"
)
View Source
const (
DeleteTree = "CONSUL_DELETE_KV_FOLDER"
)
View Source
const (
FetchInfo = "CONSUL_GET_KV_PAIR"
)
View Source
const (
Set = "CONSUL_SET_KV_PAIR"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.