Documentation ¶
Index ¶
- Constants
- func GetCmdAddReaction() *cobra.Command
- func GetCmdAddRegisteredReaction() *cobra.Command
- func GetCmdEditRegisteredReaction() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryReaction() *cobra.Command
- func GetCmdQueryReactions() *cobra.Command
- func GetCmdQueryRegisteredReaction() *cobra.Command
- func GetCmdQueryRegisteredReactions() *cobra.Command
- func GetCmdRemoveReaction() *cobra.Command
- func GetCmdRemoveRegisteredReaction() *cobra.Command
- func GetCmdSetParams() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetRegisteredReactionsTxCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
const ( FlagRegisteredReaction = "registered-reaction" FlagFreeTextReaction = "free-text" FlagShorthandCode = "shorthand-code" FlagDisplayValue = "display-value" )
const (
FlagUser = "user"
)
Variables ¶
This section is empty.
Functions ¶
func GetCmdAddReaction ¶
GetCmdAddReaction returns the command allowing to add a reaction to a post
func GetCmdAddRegisteredReaction ¶
GetCmdAddRegisteredReaction returns the command allowing to add a registered reaction
func GetCmdEditRegisteredReaction ¶
GetCmdEditRegisteredReaction returns the command allowing to edit a registered reaction
func GetCmdQueryParams ¶
GetCmdQueryParams returns the command to query the reaction params of a subspace
func GetCmdQueryReaction ¶
GetCmdQueryReaction returns the command to query a reaction by its id
func GetCmdQueryReactions ¶
GetCmdQueryReactions returns the command to query the reactions inside a subspace
func GetCmdQueryRegisteredReaction ¶
GetCmdQueryRegisteredReaction returns the command to query a registered reaction by its id
func GetCmdQueryRegisteredReactions ¶
GetCmdQueryRegisteredReactions returns the command to query the registered reactions of a subspace
func GetCmdRemoveReaction ¶
GetCmdRemoveReaction returns the command allowing to remove a reaction from a post
func GetCmdRemoveRegisteredReaction ¶
GetCmdRemoveRegisteredReaction returns the command allowing to remove a registered reaction
func GetCmdSetParams ¶
GetCmdSetParams returns the command allowing to set reactions parameters
func GetQueryCmd ¶
GetQueryCmd returns the command allowing to perform queries
func GetRegisteredReactionsTxCmd ¶
GetRegisteredReactionsTxCmd returns a new command to perform registered reactions transactions
Types ¶
This section is empty.