Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStore ¶
type FileStore struct {
// contains filtered or unexported fields
}
FileStore is a simple implementation of the FileStore interface, that stores and reads data from the local filesystem.
func NewFileStore ¶
func (*FileStore) AppendToFile ¶
type InMemory ¶
type InMemory struct {
// contains filtered or unexported fields
}
InMemory is a simple implementation of the FileStore interface, that stores and reads data from memory.
func NewInMemory ¶
func NewInMemory() *InMemory
func (*InMemory) AppendToFile ¶
Click to show internal directories.
Click to hide internal directories.