Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemStore ¶
type MemStore struct {
// contains filtered or unexported fields
}
func NewMemStore ¶
func NewMemStore() *MemStore
type Postgres ¶
type Postgres struct {
// contains filtered or unexported fields
}
func NewPostgres ¶
type TXTFile ¶
type TXTFile struct {
// contains filtered or unexported fields
}
TXTFile is a store that reads and writes to a text file.
Note: This is not a performant store, it is only intended for small amounts of data, and does not handle concurrent access beyond a single process.
func NewTXTFile ¶
Click to show internal directories.
Click to hide internal directories.