Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
Metadata holds metadata from `in` and `out` command. Response from `out` command needs it to comply with Concourse specification
type Params ¶
type Params struct {
Interpreter string `json:"interpreter"`
Script string `json:"script"`
Placeholders []Placeholder `json:"placeholders"`
}
Params holds script so user can run multiple scripts on the same machine in Concourse CI pipeline
type Placeholder ¶
type Placeholder struct {
Name string `json:"name"`
Value string `json:"value"`
File string `json:"file"`
}
Placeholder holds Name and either Value for primitive value or File for file content
Click to show internal directories.
Click to hide internal directories.