Versions in this module Expand all Collapse all v0 v0.1.0 Jun 9, 2016 Changes in this version + type LDB struct + func Init(rootPath string) (*LDB, error) + func (ldb *LDB) Read(uuid string, i interface{}) error + func (ldb *LDB) Remove(uuid string) error + func (ldb *LDB) Write(uuid string, i interface{}) error