package
Version:
v0.5.27
Opens a new window with list of versions in this module.
Published: Jun 2, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ValidateRequest struct {
Timeout int `json:"timeout"`
Task string `json:"task"`
Condition string `json:"condition"`
WorkDir string `json:"work_dir"`
User string `json:"user"`
Target string `json:"target"`
}
type ValidateResponse 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.