Documentation ¶
Index ¶
Constants ¶
View Source
const LinuxOS = "linux"
View Source
const MacOS = "macos"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntTestParams ¶
type IntTestParams struct { Test string `json:"test"` OS string `json:"os"` BzlmodMode string `json:"bzlmod_mode"` }
func NewIntTestParamsFromJSON ¶
func NewIntTestParamsFromJSON(b []byte) ([]IntTestParams, error)
func (*IntTestParams) EnableBzlmod ¶
func (itp *IntTestParams) EnableBzlmod() bool
func (*IntTestParams) Runner ¶
func (itp *IntTestParams) Runner() string
Click to show internal directories.
Click to hide internal directories.