Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreInterface ¶
type StoreInterface interface { ListDocuments(collection string) []string Load(collection string, docuentID string, data interface{}) Save(collection string, documentID string, data interface{}) }
StoreInterface defines the methods required to load and save the heist state.
var ( // The store used by all bots to list, load and store documents Store StoreInterface )
Click to show internal directories.
Click to hide internal directories.