Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type I ¶
type I interface {
List(key string) (keys Keys, err error)
Get(key string) (value Payload, err error)
Exists(key string) (err error)
Add(key string, value Payload, metadata *Metadata) (err error)
ForceAdd(key string, value Payload, metadata *Metadata) (err error)
Update(key string, value Payload, metadata *Metadata) (err error)
Delete(key string) (err error)
}
I is generic blob kv access interface
Click to show internal directories.
Click to hide internal directories.