Documentation
¶
Overview ¶
Package store provides an in-memory key-value store.
Index ¶
Constants ¶
View Source
const ( DEBUG string = "DEBUG" INFO string = "INFO" WARNING string = "WARN" ERROR string = "ERROR" FATAL string = "FATAL" )
Log levels
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreKeyer ¶
type StoreKeyer interface {
StoreKey() string
}
StoreKeyer is an object that can be kept in an InMemory store
Click to show internal directories.
Click to hide internal directories.