Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseStore ¶ added in v1.0.0
BaseStore represents a base store.
func NewBaseStore ¶ added in v1.0.0
func NewBaseStore() *BaseStore
NewBaseStore returns a new base store instance.
func NewBaseStoreWith ¶ added in v1.0.0
NewBaseStore returns a new base store instance.
func (*BaseStore) DecodeKey ¶ added in v1.0.0
DecodeKey returns the decoded key from the specified bytes if available, otherwise returns an error.
func (*BaseStore) EncodeKey ¶ added in v1.0.0
EncodeKey returns the encoded bytes from the specified key if available, otherwise returns an error.
func (*BaseStore) ServiceType ¶ added in v1.0.0
func (store *BaseStore) ServiceType() plugins.ServiceType
ServiceType returns the plug-in service type.
func (*BaseStore) SetKeyCoder ¶ added in v1.0.0
SetKeyCoder sets the key coder.
Click to show internal directories.
Click to hide internal directories.