Documentation ¶
Index ¶
- type Metadata
- 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 Metadata ¶
type Metadata struct { OCIObjectStorageClient *objectstorage.ObjectStorageClient // contains filtered or unexported fields }
type StateStore ¶
type StateStore struct { state.DefaultBulkStore // contains filtered or unexported fields }
func NewOCIObjectStorageStore ¶
func NewOCIObjectStorageStore(logger logger.Logger) *StateStore
func (*StateStore) Delete ¶
func (r *StateStore) Delete(req *state.DeleteRequest) error
func (*StateStore) Features ¶
func (r *StateStore) Features() []state.Feature
func (*StateStore) Get ¶
func (r *StateStore) Get(req *state.GetRequest) (*state.GetResponse, error)
func (*StateStore) Ping ¶
func (r *StateStore) Ping() error
func (*StateStore) Set ¶
func (r *StateStore) Set(req *state.SetRequest) error
Click to show internal directories.
Click to hide internal directories.