Versions in this module Expand all Collapse all v0 v0.0.1 Apr 30, 2018 Changes in this version + func CloseTx(tx *db.Tx, err error) + func DeleteDoc(p string) (err error) + func DeleteDocID(id uint64) (err error) + func FormatDocIDKey(id uint64) []byte + type Doc struct + ID uint64 + Title string + URL string + UpdatedAt int64 + func CreateDoc(p string, updatedAt int64) (u *Doc, err error) + func GetDoc(p string) (u *Doc, err error) + func GetDocByID(id uint64) (u *Doc, err error) + func (u *Doc) Save() (err error)