agent

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2024 License: MPL-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdAgent

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

func NewCmdGroup

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

func NewCmdGroupCreate

func NewCmdGroupCreate(ctx *cmd.Context, opts *GroupOpts) *cmd.Command

func NewCmdGroupDelete

func NewCmdGroupDelete(ctx *cmd.Context, opts *GroupOpts) *cmd.Command

func NewCmdGroupList

func NewCmdGroupList(ctx *cmd.Context, opts *GroupOpts) *cmd.Command

func NewCmdQueue

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

func NewCmdRun

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

Types

type GroupOpts

type GroupOpts struct {
	opts.WaypointOpts

	Name        string
	Description string
	// contains filtered or unexported fields
}

type QueueOpts

type QueueOpts struct {
	opts.WaypointOpts

	Group string
	ID    string
	Body  string

	ActionRunID string
}

type RunOpts

type RunOpts struct {
	opts.WaypointOpts
	Groups []string

	ConfigPath string
	Config     *agent.Config
}

Jump to

Keyboard shortcuts

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