# Functions
New returns new store controller command instance.
# Constants
CommandName package command name.
DeleteCommandMethod command method.
DeleteErrorCode is typically a code for Delete errors.
FlushCommandMethod command method.
FlushErrorCode is typically a code for Flush errors.
GetCommandMethod command method.
GetErrorCode is typically a code for Get errors.
InvalidRequestErrorCode is typically a code for validation errors.
PutCommandMethod command method.
PutErrorCode is typically a code for Put errors.
QueryCommandMethod command method.
QueryErrorCode is typically a code for Query errors.
# Structs
Command is controller command for store.
DeleteRequest model
This is used for deleting data from the store.
GetRequest model
This is used for getting data (value or tags) from the store.
GetResponse model
Represents a response of Get command.
PutRequest model
This is used for putting data in the store.
QueryRequest model
This is used for getting data (values only, without tags) from the store.
QueryResponse model
Represents a response of Query command.
# Interfaces
Provider describes dependencies for the client.