Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlanRecord ¶
type PlanRecord struct {
Plan *tfjson.Plan `json:"plan,omitempty"`
Start time.Time `json:"start-time"`
End time.Time `json:"end-time"`
CommitSHA git.SHA256 `json:"commit-sha"`
Repo git.Repo `json:"repo"`
Branch git.Branch `json:"branch"`
Workspace terraform.Workspace `json:"workspace"`
Command string `json:"command"`
Output string `json:"output,omitempty"`
Succeeded bool `json:"success"`
}
type Summary ¶
type Summary struct {
PlanRecord
SummaryInfo
}
Summary is a run record to which summary information has been added
Click to show internal directories.
Click to hide internal directories.