Documentation
¶
Overview ¶
Package store provides backing stores for bot data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Getter ¶ added in v0.0.2
A Getter can retrieve a byte slice from a store under the given key. If the key doesn't exist then the empty value is returned.
type Object ¶ added in v0.0.2
type Object struct {
Store GetSetter
}
Object store.
Click to show internal directories.
Click to hide internal directories.