actions

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdActionConfig

func NewCmdActionConfig(ctx *cmd.Context) *cmd.Command

func NewCmdCreate

func NewCmdCreate(ctx *cmd.Context) *cmd.Command

func NewCmdDelete

func NewCmdDelete(ctx *cmd.Context) *cmd.Command

func NewCmdList

func NewCmdList(ctx *cmd.Context) *cmd.Command

func NewCmdRead

func NewCmdRead(ctx *cmd.Context) *cmd.Command

func NewCmdUpdate

func NewCmdUpdate(ctx *cmd.Context) *cmd.Command

Types

type CreateOpts

type CreateOpts struct {
	opts.WaypointOpts

	Name        string
	Description string
	// Request Types. We only support setting a Oneof
	Request *models.HashicorpCloudWaypointActionConfigRequest
	// Workarounds due to not being able to set these values directly in cmd.Flag
	RequestCustomMethod string
	RequestHeaders      map[string]string
}

type DeleteOpts

type DeleteOpts struct {
	opts.WaypointOpts

	Name string
}

type ListOpts

type ListOpts struct {
	opts.WaypointOpts
}

type ReadOpts

type ReadOpts struct {
	opts.WaypointOpts

	Name string
}

type UpdateOpts

type UpdateOpts struct {
	opts.WaypointOpts

	Name        string
	Description string
	// Request Types. We only support setting a Oneof
	Request *models.HashicorpCloudWaypointActionConfigRequest
	// Workarounds due to not being able to set these values directly in cmd.Flag
	RequestCustomMethod string
	RequestHeaders      map[string]string
}

Jump to

Keyboard shortcuts

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