Documentation ¶
Index ¶
- type Consul
- func (c *Consul) BulkDelete(req []state.DeleteRequest) error
- func (c *Consul) BulkSet(req []state.SetRequest) error
- func (c *Consul) Delete(req *state.DeleteRequest) error
- func (c *Consul) Get(req *state.GetRequest) (*state.GetResponse, error)
- func (c *Consul) Init(metadata state.Metadata) error
- func (c *Consul) Set(req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consul ¶
type Consul struct {
// contains filtered or unexported fields
}
Consul is a state store implementation for HashiCorp Consul.
func NewConsulStateStore ¶
func NewConsulStateStore() *Consul
NewConsulStateStore returns a new consul state store.
func (*Consul) BulkDelete ¶
func (c *Consul) BulkDelete(req []state.DeleteRequest) error
BulkDelete performs a bulk delete operation
func (*Consul) BulkSet ¶
func (c *Consul) BulkSet(req []state.SetRequest) error
BulkSet performs a bulk save operation
func (*Consul) Delete ¶
func (c *Consul) Delete(req *state.DeleteRequest) error
Delete performes a Consul KV delete operation
func (*Consul) Get ¶
func (c *Consul) Get(req *state.GetRequest) (*state.GetResponse, error)
Get retrieves a Consul KV item
Click to show internal directories.
Click to hide internal directories.