Documentation
¶
Index ¶
- func NewBulkSendCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- func NewListCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- func NewMessageCommand(client client.API, w io.Writer) *cobra.Command
- func NewSendCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- func NewSendGroupCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- type BulkSendOptions
- type ListOptions
- type SendGroupOptions
- type SendOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBulkSendCommand ¶ added in v0.0.58
NewBulkSendCommand creates a new command to send a message to multiple participants
func NewListCommand ¶
NewListCommand creates a new command to deal with messages
func NewMessageCommand ¶
NewMessageCommand creates a new `message` command
func NewSendCommand ¶
NewSendCommand creates a new command to deal with sending a message
Types ¶
type BulkSendOptions ¶ added in v0.0.58
BulkSendOptions is the options for the bulk send message command.
type ListOptions ¶
ListOptions is the options for the listing messages command.
type SendGroupOptions ¶ added in v0.0.58
SendGroupOptions is the options for the send group message command.
Click to show internal directories.
Click to hide internal directories.