package
Version:
v1.16.0
Opens a new window with list of versions in this module.
Published: Jun 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Metadata struct {
Name string `json:"name"`
}
type Output struct {
Pos int64 `json:"pos"`
Time int64 `json:"time"`
Message string `json:"message"`
}
type Proto struct {
ApiVersion string `json:"apiVersion"`
Kind string `json:"kind"`
Metadata Metadata `json:"metadata"`
Spec Spec `json:"spec"`
}
type Result struct {
Output Output `json:"output"`
Error string `json:"error"`
}
type Spec struct {
Tasks []Task `json:"tasks"`
}
type Task struct {
Name string `json:"name"`
Commands []string `json:"commands"`
Depends []string `json:"depends"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.