Documentation ¶
Index ¶
- func GetCmdAddPostAttachment() *cobra.Command
- func GetCmdAnswerPoll() *cobra.Command
- func GetCmdCreatePost() *cobra.Command
- func GetCmdDeletePost() *cobra.Command
- func GetCmdEditPost() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryPollAnswers() *cobra.Command
- func GetCmdQueryPost() *cobra.Command
- func GetCmdQueryPostAttachments() *cobra.Command
- func GetCmdQueryPosts() *cobra.Command
- func GetCmdRemovePostAttachment() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdAddPostAttachment ¶
GetCmdAddPostAttachment returns the command allowing to add an attachment to an existing post
func GetCmdAnswerPoll ¶
GetCmdAnswerPoll returns the command allowing to answer an existing poll
func GetCmdCreatePost ¶
GetCmdCreatePost returns the command allowing to create a new post
func GetCmdDeletePost ¶
GetCmdDeletePost returns the command allowing to delete an existing post
func GetCmdEditPost ¶
GetCmdEditPost returns the command allowing to edit an existing post
func GetCmdQueryParams ¶
GetCmdQueryParams returns the command to query the module params
func GetCmdQueryPollAnswers ¶
GetCmdQueryPollAnswers returns the command to query all the answers to a given poll
func GetCmdQueryPost ¶
GetCmdQueryPost returns the command to query the post having the given id
func GetCmdQueryPostAttachments ¶
GetCmdQueryPostAttachments returns the command to query all the attachments for the post having the given id
func GetCmdQueryPosts ¶
GetCmdQueryPosts returns the command to query all the posts inside a subspace
func GetCmdRemovePostAttachment ¶
GetCmdRemovePostAttachment returns the command allowing to delete an existing post attachment
func GetQueryCmd ¶
GetQueryCmd returns the command allowing to perform queries
Types ¶
This section is empty.