Documentation ¶
Index ¶
- Constants
- func GetAllowancesQueryCmd() *cobra.Command
- func GetAllowancesTxCmd() *cobra.Command
- func GetCmdAddUserToUserGroup() *cobra.Command
- func GetCmdCreateSection() *cobra.Command
- func GetCmdCreateSubspace() *cobra.Command
- func GetCmdCreateUserGroup() *cobra.Command
- func GetCmdDeleteSection() *cobra.Command
- func GetCmdDeleteSubspace() *cobra.Command
- func GetCmdDeleteUserGroup() *cobra.Command
- func GetCmdEditSection() *cobra.Command
- func GetCmdEditSubspace() *cobra.Command
- func GetCmdEditUserGroup() *cobra.Command
- func GetCmdGrantAllowance() *cobra.Command
- func GetCmdGrantAuthorization() *cobra.Command
- func GetCmdGrantTreasuryAuthorization() *cobra.Command
- func GetCmdMoveSection() *cobra.Command
- func GetCmdMoveUserGroup() *cobra.Command
- func GetCmdQueryGroupAllowances() *cobra.Command
- func GetCmdQuerySection() *cobra.Command
- func GetCmdQuerySections() *cobra.Command
- func GetCmdQuerySubspace() *cobra.Command
- func GetCmdQuerySubspaces() *cobra.Command
- func GetCmdQueryUserAllowances() *cobra.Command
- func GetCmdQueryUserGroup() *cobra.Command
- func GetCmdQueryUserGroupMembers() *cobra.Command
- func GetCmdQueryUserGroups() *cobra.Command
- func GetCmdQueryUserPermissions() *cobra.Command
- func GetCmdRemoveUserFromUserGroup() *cobra.Command
- func GetCmdRevokeAllowance() *cobra.Command
- func GetCmdRevokeTreasuryAuthorization() *cobra.Command
- func GetCmdSetUserGroupPermissions() *cobra.Command
- func GetCmdSetUserPermissions() *cobra.Command
- func GetGroupsQueryCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetSectionsQueryCmd() *cobra.Command
- func GetTreasuryTxCmd() *cobra.Command
- func NewGroupsTxCmd() *cobra.Command
- func NewSectionsTxCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
const ( FlagName = "name" FlagDescription = "description" FlagParent = "parent" FlagSection = "section" FlagOwner = "owner" FlagPermissions = "permissions" FlagInitialMembers = "initial-members" )
const ( FlagUserGrantee = "user" FlagGroupGrantee = "group" )
Variables ¶
This section is empty.
Functions ¶
func GetAllowancesQueryCmd ¶
GetAllowancesQueryCmd returns a new command to query subspace allowances
func GetAllowancesTxCmd ¶
GetAllowancesTxCmd returns a new command to perform subspaces treasury transactions
func GetCmdAddUserToUserGroup ¶
GetCmdAddUserToUserGroup returns the command to add a user to a user group
func GetCmdCreateSection ¶
GetCmdCreateSection returns the command used to create a subspace section
func GetCmdCreateSubspace ¶
GetCmdCreateSubspace returns the command used to create a subspace
func GetCmdCreateUserGroup ¶
GetCmdCreateUserGroup returns the command to create a user group
func GetCmdDeleteSection ¶
GetCmdDeleteSection returns the command to delete a subspace section
func GetCmdDeleteSubspace ¶
GetCmdDeleteSubspace returns the command to delete a subspace
func GetCmdDeleteUserGroup ¶
GetCmdDeleteUserGroup returns the command to delete a user group
func GetCmdEditSection ¶
GetCmdEditSection returns the command to edit a subspace section
func GetCmdEditSubspace ¶
GetCmdEditSubspace returns the command to edit a subspace
func GetCmdEditUserGroup ¶
GetCmdEditUserGroup returns the command to edit a user group
func GetCmdGrantAllowance ¶
GetCmdGrantAllowance returns the command used to grant a fee allowance
func GetCmdGrantAuthorization ¶
GetCmdGrantAuthorization returns the command to grant a subspace authorization
func GetCmdGrantTreasuryAuthorization ¶
GetCmdGrantTreasuryAuthorization returns the command used to grant a treasury authorization
func GetCmdMoveSection ¶
GetCmdMoveSection returns the command to delete a subspace section
func GetCmdMoveUserGroup ¶
GetCmdMoveUserGroup returns the command to move a user group to another section
func GetCmdQueryGroupAllowances ¶
GetCmdQueryGroupAllowances returns the command to query the fee allowances of a specific group
func GetCmdQuerySection ¶
GetCmdQuerySection returns the command to query a specific section of a subspace
func GetCmdQuerySections ¶
GetCmdQuerySections returns the command to query the sections of a subspace
func GetCmdQuerySubspace ¶
GetCmdQuerySubspace returns the command to query the subspace with the given id
func GetCmdQuerySubspaces ¶
GetCmdQuerySubspaces returns the command to query all the subspaces
func GetCmdQueryUserAllowances ¶
GetCmdQueryUserAllowances returns the command to query the fee allowances of a specific user
func GetCmdQueryUserGroup ¶
GetCmdQueryUserGroup returns the command to query a specific user group of a subspace
func GetCmdQueryUserGroupMembers ¶
GetCmdQueryUserGroupMembers returns the command to query the members of a specific user group
func GetCmdQueryUserGroups ¶
GetCmdQueryUserGroups returns the command to query the user groups of a subspace
func GetCmdQueryUserPermissions ¶
GetCmdQueryUserPermissions returns the command to query the permissions of a specific user
func GetCmdRemoveUserFromUserGroup ¶
GetCmdRemoveUserFromUserGroup returns the command to remove a user from a user group
func GetCmdRevokeAllowance ¶
GetCmdRevokeAllowance returns the command used to revoke a fee allowance
func GetCmdRevokeTreasuryAuthorization ¶
GetCmdGrantTreasuryAuthorization returns the command used to revoke a treasury authorization
func GetCmdSetUserGroupPermissions ¶
GetCmdSetUserGroupPermissions returns the command to set the permissions for a user group
func GetCmdSetUserPermissions ¶
GetCmdSetUserPermissions returns the command to set the permissions for a user
func GetGroupsQueryCmd ¶
GetGroupsQueryCmd returns a new command to perform queries for user groups
func GetQueryCmd ¶
GetQueryCmd returns the command allowing to perform queries
func GetSectionsQueryCmd ¶
GetSectionsQueryCmd returns a new command to perform queries for sections
func GetTreasuryTxCmd ¶
GetTreasuryTxCmd returns a new command to perform subspaces treasury transactions
func NewGroupsTxCmd ¶
NewGroupsTxCmd returns a new command to perform subspaces groups transactions
func NewSectionsTxCmd ¶
NewSectionsTxCmd returns a new command to perform subspaces sections transactions
Types ¶
This section is empty.