Documentation ¶
Index ¶
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 }
func NewAzureTablesStateStore ¶
func NewAzureTablesStateStore(logger logger.Logger) *StateStore
func (*StateStore) Delete ¶
func (r *StateStore) Delete(req *state.DeleteRequest) error
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)
func (*StateStore) Init ¶
func (r *StateStore) Init(metadata state.Metadata) error
Initialises connection to table storage, optionally creates a table if it doesn't exist.
func (*StateStore) Set ¶
func (r *StateStore) Set(req *state.SetRequest) error
Click to show internal directories.
Click to hide internal directories.