routes

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand() *cobra.Command

NewCommand creates the routes command group

func NewCreateCommand

func NewCreateCommand() *cobra.Command

NewCreateCommand creates the create command

func NewDeleteCommand

func NewDeleteCommand() *cobra.Command

NewDeleteCommand creates the delete command

func NewGetCommand

func NewGetCommand() *cobra.Command

NewGetCommand creates the get command

func NewListCommand

func NewListCommand() *cobra.Command

NewListCommand creates the list command

func NewListenCommand

func NewListenCommand() *cobra.Command

NewListenCommand creates the listen command

func NewTriggerCommand

func NewTriggerCommand() *cobra.Command

NewTriggerCommand creates the trigger command

func NewUpdateCommand

func NewUpdateCommand() *cobra.Command

NewUpdateCommand creates the update command

Types

type RouteCreateConfig

type RouteCreateConfig struct {
	Name               string
	URL                string
	Recipient          string
	IncludeAttachments bool
	IncludeHeaders     bool
	GroupByMessageID   bool
	StripReplies       bool
	Enabled            bool
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL