Documentation ¶
Index ¶
- func EnvGetCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func EnvSetCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func EnvUnsetCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func PrintGetEnvInfo(envInfo *sliverpb.EnvInfo, con *console.SliverConsoleClient)
- func PrintSetEnvInfo(name string, value string, envInfo *sliverpb.SetEnv, ...)
- func PrintUnsetEnvInfo(name string, envInfo *sliverpb.UnsetEnv, con *console.SliverConsoleClient)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvGetCmd ¶
func EnvGetCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
EnvGetCmd - Get a remote environment variable
func EnvSetCmd ¶
func EnvSetCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
EnvSetCmd - Set a remote environment variable
func EnvUnsetCmd ¶
func EnvUnsetCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
EnvUnsetCmd - Unset a remote environment variable
func PrintGetEnvInfo ¶
func PrintGetEnvInfo(envInfo *sliverpb.EnvInfo, con *console.SliverConsoleClient)
PrintGetEnvInfo - Print the results of the env get command
func PrintSetEnvInfo ¶
func PrintSetEnvInfo(name string, value string, envInfo *sliverpb.SetEnv, con *console.SliverConsoleClient)
PrintSetEnvInfo - Print the set environment info
func PrintUnsetEnvInfo ¶
func PrintUnsetEnvInfo(name string, envInfo *sliverpb.UnsetEnv, con *console.SliverConsoleClient)
PrintUnsetEnvInfo - Print the set environment info
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.