Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Testcase ¶
type Testcase struct {
Name string `toml:"name"`
Repo string `toml:"repo"`
Refspec string `toml:"refspec"`
SubPath string `toml:"sub-path"`
Artifact string `toml:"artifact"`
Handler string `toml:"handler"`
Override string `toml:"override"`
ContentType string `toml:"content-type"`
Input string `toml:"input"`
Output string `toml:"output"`
SkipRebuild bool `toml:"skip-rebuild"`
}
Click to show internal directories.
Click to hide internal directories.