package
Version:
v0.7.4
Opens a new window with list of versions in this module.
Published: Sep 19, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RoleUpdate = "RoleUpdate"
Playbook = "Playbook"
AuthorizedKeys = "AuthorizedKeys"
)
type Action struct {
Action string `json:"action"`
Data []byte `json:"data"`
Response *Response `json:"response,omitempty"`
}
type Response struct {
Status string `json:"status"`
Message string `json:"message"`
Error error `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.