package
Version:
v0.0.0-...-4f682fb
Opens a new window with list of versions in this module.
Published: Jul 8, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
ID string `json:"id,omitempty"`
Services []*Service `json:"services"`
}
Build describes a build entity.
type Service struct {
Name string `json:"name"`
Image string `json:"image"`
Steps []*Step `json:"steps"`
}
Service describes a service for a build.
type Step struct {
Name string `json:"name"`
Plugin string `json:"plugin"`
Commands []string `json:"commands"`
Options map[string]interface{} `json:"options"`
}
Step describes a step in the running process in a build.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.