Documentation ¶
Index ¶
- Constants
- type ByteStore
- func (m *ByteStore) Add(db string, file *os.File) (map[string]interface{}, error)
- func (m *ByteStore) Delete(db, filename string) error
- func (m *ByteStore) DropDatabase(db string) error
- func (m *ByteStore) Read(db, filename string, file io.Writer) error
- func (m *ByteStore) Start(config string) error
- func (m *ByteStore) Update(db, filename string, file *os.File) (map[string]interface{}, error)
- type Config
Constants ¶
View Source
const SeparationCharacter = "-"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.