Documentation
¶
Overview ¶
nolint
Index ¶
- Constants
- Variables
- func GetCmdCreateProfiler() *cobra.Command
- func GetCmdCreateTrustee() *cobra.Command
- func GetCmdDeleteProfiler() *cobra.Command
- func GetCmdDeleteTrustee() *cobra.Command
- func GetCmdQueryProfilers() *cobra.Command
- func GetCmdQueryTrustees() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
View Source
const ( FlagAddress = "address" FlagDescription = "description" )
Variables ¶
View Source
var ( FsAddGuardian = flag.NewFlagSet("", flag.ContinueOnError) FsDeleteGuardian = flag.NewFlagSet("", flag.ContinueOnError) )
common flagsets to add to various functions
Functions ¶
func GetCmdCreateProfiler ¶
GetCmdCreateProfiler implements the create profiler command.
func GetCmdCreateTrustee ¶
GetCmdCreateTrustee implements the create trustee command.
func GetCmdDeleteProfiler ¶
GetCmdDeleteProfiler implements the delete profiler command.
func GetCmdDeleteTrustee ¶
GetCmdDeleteTrustee implements the delete trustee command.
func GetCmdQueryProfilers ¶
GetCmdQueryProfilers implements the query profilers command.
func GetCmdQueryTrustees ¶
GetCmdQueryTrustees implements the query trustees command.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for the guardian module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.