Documentation
¶
Index ¶
- Constants
- Variables
- func Bucket1() string
- func Bucket2() string
- func CreateItem(bucket, file string, db *bolt.DB) error
- func Export1() string
- func Item1() string
- func Name() (string, error)
- func Open() (*bolt.DB, error)
- func Read(name string) (sum [32]byte, err error)
- func TestOpen() error
- func TestRemove() error
Constants ¶
Variables ¶
View Source
var ( ErrBucket = errors.New("bucket already exists") ErrCreate = errors.New("create bucket") )
Functions ¶
func Bucket2 ¶ added in v0.0.9
func Bucket2() string
Bucket2 returns the absolute path of bucket test 2.
func CreateItem ¶ added in v0.0.8
CreateItem adds the bucket and the named file to the database.
func Export1 ¶ added in v0.1.0
func Export1() string
Export1 returns the absolute path of export csv file 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.