Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryStore ¶
type Store ¶
type Store interface {
RegisterFallback(handler Store_FallbackHandler)
}
type Store_FallbackHandler ¶
type Store_FallbackHandler func(key interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.