Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Definition ¶
type Definition struct { Stages []Stage `json:"pipeline"` Artifacts string `json:"artifacts,omitempty"` }
func Parse ¶
func Parse(file []byte) (*Definition, error)
func (*Definition) StageString ¶
func (b *Definition) StageString() string
Click to show internal directories.
Click to hide internal directories.