Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetVersion ¶
func SetVersion(v string)
Types ¶
type BatchResult ¶ added in v0.2.0
type BatchResult struct {
Steps []BatchStep `json:"steps"`
Final any `json:"final,omitempty"`
FinalOp string `json:"final_op,omitempty"`
Summary BatchSummary `json:"summary"`
}
BatchResult is the final JSON returned by `ghostchrome batch`.
Click to show internal directories.
Click to hide internal directories.