com_datadoghq_remoteaction

package
v0.0.0-...-bfe00b6 Latest Latest
Warning

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

Go to latest
Published: May 2, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentInfo

type AgentInfo struct {
	Version  string `json:"version"`
	Flavor   string `json:"flavor"`
	RunnerID string `json:"runnerId"`
}

type RemoteAction

type RemoteAction struct {
	// contains filtered or unexported fields
}

func NewRemoteAction

func NewRemoteAction(cfg *config.Config) *RemoteAction

func (*RemoteAction) GetAction

func (h *RemoteAction) GetAction(actionName string) types.Action

type TestConnectionHandler

type TestConnectionHandler struct {
	// contains filtered or unexported fields
}

func NewTestConnectionHandler

func NewTestConnectionHandler(cfg *config.Config) *TestConnectionHandler

func (*TestConnectionHandler) Run

type TestConnectionInputs

type TestConnectionInputs struct {
}

type TestConnectionOutputs

type TestConnectionOutputs struct {
	Success   bool      `json:"success"`
	AgentInfo AgentInfo `json:"agentInfo"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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