Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pusher ¶
type Pusher interface { // Get the name of the storage // Will be unique across all storages Name() string // Method call when insert new data in the storage Push(value interface{}) error }
Pusher is the interface for storage pusher The name must be unique and must be the same as the storage type, the Push function will be called with the receiving data
Click to show internal directories.
Click to hide internal directories.