Documentation ¶
Index ¶
- Constants
- func GetCmdAddRecord(cdc *codec.Codec) *cobra.Command
- func GetCmdAddWriter(cdc *codec.Codec) *cobra.Command
- func GetCmdCreateTopic(cdc *codec.Codec) *cobra.Command
- func GetCmdDeleteWriter(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryListTopic(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryListWriter(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryRecord(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTopic(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryWriter(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( RouteListTopic = "custom/aol/listTopic" RouteTopic = "custom/aol/topic" RouteListWriter = "custom/aol/listWriter" RouteWriter = "custom/aol/writer" RouteRecord = "custom/aol/record" )
Variables ¶
This section is empty.
Functions ¶
func GetQueryCmd ¶ added in v1.3.1
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.