Documentation ¶
Overview ¶
Package context provides the context(configuration) command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRPCEmpty is returned when the given RPC address is empty. ErrRPCEmpty = errors.New("rpcAddr is required") // ErrNotFoundAuth is returned when the given auth is not found. ErrNotFoundAuth = errors.New("not found auth") )
View Source
var ( // SubCmd represents the document command SubCmd = &cobra.Command{ Use: "context", Short: "Manage contexts", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.