tablestorage

package
v0.9.112 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2020 License: MIT Imports: 7 Imported by: 4

Documentation

Index

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
}

func NewAzureTablesStateStore

func NewAzureTablesStateStore(logger logger.Logger) *StateStore

func (*StateStore) BulkDelete

func (r *StateStore) BulkDelete(req []state.DeleteRequest) error

func (*StateStore) BulkSet

func (r *StateStore) BulkSet(req []state.SetRequest) error

func (*StateStore) Delete

func (r *StateStore) Delete(req *state.DeleteRequest) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL