Documentation
¶
Overview ¶
Package toolchain checks installed tools against a tested release set.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecRunner ¶
type ExecRunner struct{}
type ReleaseSet ¶
type ReleaseSet struct {
SchemaVersion int `json:"schemaVersion"`
ID string `json:"id"`
Components []Component `json:"components"`
}
func Load ¶
func Load(path string) (ReleaseSet, error)
type Report ¶
type Report struct {
SchemaVersion int `json:"schemaVersion"`
ReleaseSet string `json:"releaseSet"`
Tools []Tool `json:"tools"`
}
func (Report) Compatible ¶
Click to show internal directories.
Click to hide internal directories.