Documentation
¶
Index ¶
- func NewCommand() *cobra.Command
- func NewCreateCommand() *cobra.Command
- func NewDeleteCommand() *cobra.Command
- func NewGetCommand() *cobra.Command
- func NewListCommand() *cobra.Command
- func NewListenCommand() *cobra.Command
- func NewTriggerCommand() *cobra.Command
- func NewUpdateCommand() *cobra.Command
- type RouteCreateConfig
- type RouteUpdateConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
NewCreateCommand creates the create command
func NewDeleteCommand ¶
NewDeleteCommand creates the delete command
func NewListenCommand ¶
NewListenCommand creates the listen command
func NewTriggerCommand ¶
NewTriggerCommand creates the trigger command
func NewUpdateCommand ¶
NewUpdateCommand creates the update command
Types ¶
type RouteCreateConfig ¶
type RouteUpdateConfig ¶
type RouteUpdateConfig struct {
Name *string
URL *string
Recipient *string
ClearRecipient bool
Enabled *bool
IncludeAttachments *bool
IncludeHeaders *bool
GroupByMessageID *bool
StripReplies *bool
}
func (RouteUpdateConfig) HasUpdates ¶
func (c RouteUpdateConfig) HasUpdates() bool
Click to show internal directories.
Click to hide internal directories.