Documentation ¶
Index ¶
- Constants
- 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 GetCmdGrantAuthorization() *cobra.Command
- func GetCmdMoveSection() *cobra.Command
- func GetCmdMoveUserGroup() *cobra.Command
- func GetCmdQuerySection() *cobra.Command
- func GetCmdQuerySections() *cobra.Command
- func GetCmdQuerySubspace() *cobra.Command
- func GetCmdQuerySubspaces() *cobra.Command
- func GetCmdQueryUserGroup() *cobra.Command
- func GetCmdQueryUserGroupMembers() *cobra.Command
- func GetCmdQueryUserGroups() *cobra.Command
- func GetCmdQueryUserPermissions() *cobra.Command
- func GetCmdRemoveUserFromUserGroup() *cobra.Command
- func GetCmdSetUserGroupPermissions() *cobra.Command
- func GetCmdSetUserPermissions() *cobra.Command
- func GetGroupsQueryCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetSectionsQueryCmd() *cobra.Command
- func NewGroupsTxCmd() *cobra.Command
- func NewSectionsTxCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
const ( FlagName = "name" FlagDescription = "description" FlagParent = "parent" FlagSection = "section" FlagTreasury = "treasury" FlagOwner = "owner" FlagPermissions = "permissions" FlagInitialMembers = "initial-members" )
Variables ¶
This section is empty.
Functions ¶
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 GetCmdGrantAuthorization ¶
GetCmdGrantAuthorization returns the command to grant a subspace 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 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 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 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 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.