Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stryker4s ¶
type Stryker4s struct {
// contains filtered or unexported fields
}
func NewStryker4s ¶
func NewStryker4s() *Stryker4s
func (*Stryker4s) LoadResults ¶
func (*Stryker4s) TransformResults ¶
type YamlConfig ¶
type YamlConfig struct {
MTEJson string `yaml:"mte-json"`
}
type YamlWrapper ¶
type YamlWrapper struct {
Cfg *YamlConfig `yaml:"stryker4s"`
}
func (*YamlWrapper) Init ¶
func (y *YamlWrapper) Init() interface{}
Click to show internal directories.
Click to hide internal directories.