Documentation ¶
Index ¶
- type StateStore
- func (r *StateStore) Delete(req *state.DeleteRequest) error
- func (r *StateStore) Features() []state.Feature
- func (r *StateStore) Get(req *state.GetRequest) (*state.GetResponse, error)
- func (r *StateStore) Init(metadata state.Metadata) error
- func (r *StateStore) Ping() error
- func (r *StateStore) Set(req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateStore ¶
type StateStore struct { state.DefaultBulkStore // contains filtered or unexported fields }
StateStore Type.
func NewAzureBlobStorageStore ¶
func NewAzureBlobStorageStore(logger logger.Logger) *StateStore
NewAzureBlobStorageStore instance.
func (*StateStore) Delete ¶
func (r *StateStore) Delete(req *state.DeleteRequest) error
Delete the state.
func (*StateStore) Features ¶ added in v1.1.1
func (r *StateStore) Features() []state.Feature
Features returns the features available in this state store.
func (*StateStore) Get ¶
func (r *StateStore) Get(req *state.GetRequest) (*state.GetResponse, error)
Get the state.
func (*StateStore) Init ¶
func (r *StateStore) Init(metadata state.Metadata) error
Init the connection to blob storage, optionally creates a blob container if it doesn't exist.
func (*StateStore) Ping ¶ added in v1.4.4
func (r *StateStore) Ping() error
Click to show internal directories.
Click to hide internal directories.