store

package
v0.0.0-...-82a33b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: BSD-3-Clause Imports: 11 Imported by: 0

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
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL