type src.elv.sh/pkg/store.dbStore (struct)

Method Implmentations (2 other methods implement nothing)

AddCmd(cmd string) (int, error) (*T).M : DBStore.AddCmd (*T).M : Store.AddCmd (*T).M : src.elv.sh/pkg/cli/histutil.DB.AddCmd
AddDir(d string, incFactor float64) error (*T).M : DBStore.AddDir (*T).M : Store.AddDir
Close() error (*T).M : DBStore.Close (*T).M : io.Closer.Close
Cmd(seq int) (string, error) (*T).M : DBStore.Cmd (*T).M : Store.Cmd
Cmds(from, upto int) ([]string, error) (*T).M : DBStore.Cmds (*T).M : Store.Cmds
CmdsWithSeq(from, upto int) ([]Cmd, error) (*T).M : DBStore.CmdsWithSeq (*T).M : Store.CmdsWithSeq (*T).M : src.elv.sh/pkg/cli/histutil.DB.CmdsWithSeq
DelCmd(seq int) error (*T).M : DBStore.DelCmd (*T).M : Store.DelCmd
DelDir(d string) error (*T).M : DBStore.DelDir (*T).M : Store.DelDir
Dirs(blacklist map[string]struct{}) ([]Dir, error) (*T).M : DBStore.Dirs (*T).M : Store.Dirs
NextCmd(from int, prefix string) (Cmd, error) (*T).M : DBStore.NextCmd (*T).M : Store.NextCmd (*T).M : src.elv.sh/pkg/cli/histutil.DB.NextCmd
NextCmdSeq() (int, error) (*T).M : DBStore.NextCmdSeq (*T).M : Store.NextCmdSeq (*T).M : src.elv.sh/pkg/cli/histutil.DB.NextCmdSeq
PrevCmd(upto int, prefix string) (Cmd, error) (*T).M : DBStore.PrevCmd (*T).M : Store.PrevCmd (*T).M : src.elv.sh/pkg/cli/histutil.DB.PrevCmd