Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLocalFileDB ¶
func InitLocalFileDB(rootDir string) (db.GenericFileDB, error)
Types ¶
type LocalFileDB ¶
type LocalFileDB struct {
// contains filtered or unexported fields
}
func (*LocalFileDB) AppendFile ¶
func (db *LocalFileDB) AppendFile(loc string, data []byte) error
Click to show internal directories.
Click to hide internal directories.