Documentation ¶
Overview ¶
Package cli contains the domain concept definitions needed to support SuperMQ CLI functionality.
Index ¶
- Constants
- Variables
- func NewBootstrapCmd() *cobra.Command
- func NewCertsCmd() *cobra.Command
- func NewChannelAssignCmds() *cobra.Command
- func NewChannelUnassignCmds() *cobra.Command
- func NewChannelsCmd() *cobra.Command
- func NewClientsCmd() *cobra.Command
- func NewConfigCmd() *cobra.Command
- func NewDomainAssignCmds() *cobra.Command
- func NewDomainUnassignCmds() *cobra.Command
- func NewDomainsCmd() *cobra.Command
- func NewGroupAssignCmds() *cobra.Command
- func NewGroupUnassignCmds() *cobra.Command
- func NewGroupsCmd() *cobra.Command
- func NewHealthCmd() *cobra.Command
- func NewInvitationsCmd() *cobra.Command
- func NewJournalCmd() *cobra.Command
- func NewMessagesCmd() *cobra.Command
- func NewProvisionCmd() *cobra.Command
- func NewSubscriptionCmd() *cobra.Command
- func NewUsersCmd() *cobra.Command
- func ParseConfig(sdkConf smqsdk.Config) (smqsdk.Config, error)
- func SetSDK(s smqsdk.SDK)
Constants ¶
View Source
const ( PublishType = "publish" SubscribeType = "subscribe" )
Variables ¶
View Source
var ( // Limit query parameter. Limit uint64 = 10 // Offset query parameter. Offset uint64 = 0 // Name query parameter. Name string = "" // Identity query parameter. Identity string = "" // Metadata query parameter. Metadata string = "" // Status query parameter. Status string = "" // ConfigPath config path parameter. ConfigPath string = "" // State query parameter. State string = "" // Topic query parameter. Topic string = "" // Contact query parameter. Contact string = "" // RawOutput raw output mode. RawOutput bool = false // Username query parameter. Username string = "" // FirstName query parameter. FirstName string = "" // LastName query parameter. LastName string = "" )
Functions ¶
func NewBootstrapCmd ¶
NewBootstrapCmd returns bootstrap command.
func NewChannelAssignCmds ¶
func NewChannelUnassignCmds ¶
func NewConfigCmd ¶
New config command to store params to local TOML file.
func NewDomainAssignCmds ¶
func NewDomainUnassignCmds ¶
func NewGroupAssignCmds ¶
func NewGroupUnassignCmds ¶
func NewInvitationsCmd ¶
NewInvitationsCmd returns invitations command.
func NewProvisionCmd ¶
NewProvisionCmd returns provision command.
func NewSubscriptionCmd ¶
NewSubscriptionCmd returns subscription command.
func ParseConfig ¶
ParseConfig - parses the config file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.