Documentation ¶
Index ¶
- func Cat(rpc clientrpc.MaliceRPCClient, session *core.Session, fileName string) (*clientpb.Task, error)
- func CatCmd(cmd *cobra.Command, con *repl.Console) error
- func Cd(rpc clientrpc.MaliceRPCClient, session *core.Session, path string) (*clientpb.Task, error)
- func CdCmd(cmd *cobra.Command, con *repl.Console) error
- func Chmod(rpc clientrpc.MaliceRPCClient, session *core.Session, path, mode string) (*clientpb.Task, error)
- func ChmodCmd(cmd *cobra.Command, con *repl.Console) error
- func Chown(rpc clientrpc.MaliceRPCClient, session *core.Session, path, uid, gid string, ...) (*clientpb.Task, error)
- func ChownCmd(cmd *cobra.Command, con *repl.Console) error
- func Commands(con *repl.Console) []*cobra.Command
- func Cp(rpc clientrpc.MaliceRPCClient, session *core.Session, ...) (*clientpb.Task, error)
- func CpCmd(cmd *cobra.Command, con *repl.Console) error
- func Ls(rpc clientrpc.MaliceRPCClient, session *core.Session, path string) (*clientpb.Task, error)
- func LsCmd(cmd *cobra.Command, con *repl.Console) error
- func Mkdir(rpc clientrpc.MaliceRPCClient, session *core.Session, path string) (*clientpb.Task, error)
- func MkdirCmd(cmd *cobra.Command, con *repl.Console) error
- func Mv(rpc clientrpc.MaliceRPCClient, session *core.Session, ...) (*clientpb.Task, error)
- func MvCmd(cmd *cobra.Command, con *repl.Console) error
- func Pwd(rpc clientrpc.MaliceRPCClient, session *core.Session) (*clientpb.Task, error)
- func PwdCmd(cmd *cobra.Command, con *repl.Console) error
- func Register(con *repl.Console)
- func RegisterLsFunc(con *repl.Console)
- func Rm(rpc clientrpc.MaliceRPCClient, session *core.Session, fileName string) (*clientpb.Task, error)
- func RmCmd(cmd *cobra.Command, con *repl.Console) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLsFunc ¶ added in v0.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.