message

package
v0.4.9 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

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

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Action          string            `json:"action"`
	AnsiblePlaybook []byte            `json:"ansible_playbook"`
	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