package
Version:
v0.5.60
Opens a new window with list of versions in this module.
Published: Jan 16, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ValidationRequest struct {
Action string `json:"action"`
Task string `json:"task"`
Condition string `json:"condition"`
WorkDir string `json:"work_dir"`
User string `json:"user"`
Group string `json:"group"`
Target string `json:"target"`
}
type ValidationResponse struct {
Task string `json:"task"`
Condition string `json:"condition"`
ExitCode int `json:"exit_code"`
Message string `json:"message,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.