Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentContext ¶ added in v0.5.0
type Command ¶ added in v0.5.0
type Command struct {
Name string `json:"name"`
Path []string `json:"path"`
Use string `json:"use"`
Short string `json:"short"`
Long string `json:"long"`
Hidden bool `json:"hidden"`
Runnable bool `json:"runnable"`
Args []Positional `json:"args"`
Flags []Flag `json:"flags"`
FlagGroups FlagGroups `json:"flagGroups"`
Commands []Command `json:"commands"`
}
type FlagGroups ¶ added in v0.5.0
type Positional ¶ added in v0.5.0
Source Files
¶
- agent_context.go
- api_key.go
- args.go
- audience_segments.go
- auth.go
- auth_get.go
- auth_list.go
- auth_login.go
- auth_logout.go
- auth_status.go
- auth_use.go
- build_info.go
- campaigns.go
- components.go
- contact_properties.go
- contacts.go
- contacts_suppression.go
- dedicated_sending_ips.go
- email_messages.go
- event_patterns.go
- events.go
- groups.go
- lists.go
- output.go
- pagination.go
- picker.go
- root.go
- send.go
- skill.go
- skill_install.go
- spam.go
- styles.go
- themes.go
- transactional.go
- update_check.go
- uploads.go
- workflows.go
Click to show internal directories.
Click to hide internal directories.