type src.elv.sh/pkg/daemon.client (struct)

Method Implmentations (1 other method implements nothing)

AddCmd(text string) (int, error) (*T).M : Client.AddCmd (*T).M : src.elv.sh/pkg/cli/histutil.DB.AddCmd (*T).M : src.elv.sh/pkg/store.Store.AddCmd
AddDir(dir string, incFactor float64) error (*T).M : Client.AddDir (*T).M : src.elv.sh/pkg/store.Store.AddDir
Close() error (*T).M : Client.Close (*T).M : io.Closer.Close
Cmd(seq int) (string, error) (*T).M : Client.Cmd (*T).M : src.elv.sh/pkg/store.Store.Cmd
Cmds(from, upto int) ([]string, error) (*T).M : Client.Cmds (*T).M : src.elv.sh/pkg/store.Store.Cmds
CmdsWithSeq(from, upto int) ([]store.Cmd, error) (*T).M : Client.CmdsWithSeq (*T).M : src.elv.sh/pkg/cli/histutil.DB.CmdsWithSeq (*T).M : src.elv.sh/pkg/store.Store.CmdsWithSeq
DelCmd(seq int) error (*T).M : Client.DelCmd (*T).M : src.elv.sh/pkg/store.Store.DelCmd
DelDir(dir string) error (*T).M : Client.DelDir (*T).M : src.elv.sh/pkg/store.Store.DelDir
DelSharedVar(name string) error (*T).M : Client.DelSharedVar (*T).M : src.elv.sh/pkg/store.Store.DelSharedVar
Dirs(blacklist map[string]struct{}) ([]store.Dir, error) (*T).M : Client.Dirs (*T).M : src.elv.sh/pkg/store.Store.Dirs
NextCmd(from int, prefix string) (store.Cmd, error) (*T).M : Client.NextCmd (*T).M : src.elv.sh/pkg/cli/histutil.DB.NextCmd (*T).M : src.elv.sh/pkg/store.Store.NextCmd
NextCmdSeq() (int, error) (*T).M : Client.NextCmdSeq (*T).M : src.elv.sh/pkg/cli/histutil.DB.NextCmdSeq (*T).M : src.elv.sh/pkg/store.Store.NextCmdSeq
Pid() (int, error) (*T).M : Client.Pid
PrevCmd(upto int, prefix string) (store.Cmd, error) (*T).M : Client.PrevCmd (*T).M : src.elv.sh/pkg/cli/histutil.DB.PrevCmd (*T).M : src.elv.sh/pkg/store.Store.PrevCmd
SetSharedVar(name, value string) error (*T).M : Client.SetSharedVar (*T).M : src.elv.sh/pkg/store.Store.SetSharedVar
SharedVar(name string) (string, error) (*T).M : Client.SharedVar (*T).M : src.elv.sh/pkg/store.Store.SharedVar
Version() (int, error) (*T).M : Client.Version