Documentation ¶
Index ¶
- type StateStore
- func (r *StateStore) BulkDelete(req []state.DeleteRequest) error
- func (r *StateStore) BulkSet(req []state.SetRequest) error
- func (r *StateStore) Delete(req *state.DeleteRequest) error
- func (r *StateStore) Get(req *state.GetRequest) (*state.GetResponse, error)
- func (r *StateStore) Init(metadata state.Metadata) 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 {
// contains filtered or unexported fields
}
StateStore Type
func NewAzureBlobStorageStore ¶
func NewAzureBlobStorageStore(logger logger.Logger) *StateStore
NewAzureBlobStorageStore instance
func (*StateStore) BulkDelete ¶
func (r *StateStore) BulkDelete(req []state.DeleteRequest) error
BulkDelete the state
func (*StateStore) BulkSet ¶
func (r *StateStore) BulkSet(req []state.SetRequest) error
BulkSet the state
func (*StateStore) Delete ¶
func (r *StateStore) Delete(req *state.DeleteRequest) error
Delete the state
func (*StateStore) Get ¶
func (r *StateStore) Get(req *state.GetRequest) (*state.GetResponse, error)
Get the state
Click to show internal directories.
Click to hide internal directories.