Documentation
¶
Index ¶
- func Commands(con *repl.Console) []*cobra.Command
- func FormatRegPath(path string) (string, string)
- func RegAdd(rpc clientrpc.MaliceRPCClient, session *core.Session, ...) (*clientpb.Task, error)
- func RegAddCmd(cmd *cobra.Command, con *repl.Console) error
- func RegDelete(rpc clientrpc.MaliceRPCClient, session *core.Session, hive, path, key string) (*clientpb.Task, error)
- func RegDeleteCmd(cmd *cobra.Command, con *repl.Console) error
- func RegListKey(rpc clientrpc.MaliceRPCClient, session *core.Session, hive, path string) (*clientpb.Task, error)
- func RegListKeyCmd(cmd *cobra.Command, con *repl.Console) error
- func RegListValue(rpc clientrpc.MaliceRPCClient, session *core.Session, hive, path string) (*clientpb.Task, error)
- func RegListValueCmd(cmd *cobra.Command, con *repl.Console) error
- func RegQuery(rpc clientrpc.MaliceRPCClient, session *core.Session, hive, path, key string) (*clientpb.Task, error)
- func RegQueryCmd(cmd *cobra.Command, con *repl.Console) error
- func Register(con *repl.Console)
- func RegisterRegAddFunc(con *repl.Console)
- func RegisterRegDeleteFunc(con *repl.Console)
- func RegisterRegListFunc(con *repl.Console)
- func RegisterRegQueryFunc(con *repl.Console)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatRegPath ¶
func RegDeleteCmd ¶
RegDeleteCmd deletes a registry key.
func RegListKey ¶
func RegListKeyCmd ¶
RegListKeyCmd lists the keys under a specific registry path.
func RegListValue ¶
func RegListValueCmd ¶
RegListValueCmd lists the values under a specific registry path.
func RegQueryCmd ¶
RegQueryCmd queries a registry key value.
func RegisterRegAddFunc ¶
func RegisterRegDeleteFunc ¶
func RegisterRegListFunc ¶
func RegisterRegQueryFunc ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.