message

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RoleUpdate     = "RoleUpdate"
	Playbook       = "Playbook"
	AuthorizedKeys = "AuthorizedKeys"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Action    string            `json:"action"`
	Data      []byte            `json:"data"`
	ExtraVars map[string]string `json:"extra_vars"`
	Response  *Response         `json:"response,omitempty"`
}

type Response

type Response struct {
	Status  string `json:"status"`
	Message string `json:"message"`
	Error   error  `json:"error"`
}

Jump to

Keyboard shortcuts

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