Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "app",
Short: "Manage Bandwidth applications",
}
Cmd is the `band app` parent command.
Functions ¶
func BuildCreateBody ¶
func BuildCreateBody(opts CreateOpts) map[string]interface{}
BuildCreateBody builds the XML request body for creating an application.
func ValidateCreateOpts ¶
func ValidateCreateOpts(opts CreateOpts) error
ValidateCreateOpts validates application creation options.
Types ¶
type CreateOpts ¶
CreateOpts holds the parameters for creating an application.
Click to show internal directories.
Click to hide internal directories.