Versions in this module Expand all Collapse all v1 v1.2.3 Apr 29, 2026 v1.2.2 Apr 29, 2026 Changes in this version type Report + func (r Report) Length() int v1.2.1 Apr 26, 2026 Changes in this version + type GoMutesting struct + func NewGoMutesting() *GoMutesting + func (g *GoMutesting) LoadResults() error + func (g *GoMutesting) Meta() *fwlib.Meta + func (g *GoMutesting) Mutations() mutations.Mutations + func (g *GoMutesting) ReadLines(file string) ([]string, error) + func (g *GoMutesting) TransformResults() error + func (g *GoMutesting) Yaml() fwlib.FWConfig + type Mutation struct + Mutator Mutator + type Mutator struct + MutatedSourceCode string + MutatorName string + OriginalFilePath string + OriginalSourceCode string + OriginalStartLine int + type Report struct + Errored []Mutation + Escaped []Mutation + Killed []Mutation + Timeouted []Mutation + type YamlConfig struct + JsonReport string + type YamlWrapper struct + Cfg *YamlConfig + func (y *YamlWrapper) Init() interface{} + func (y *YamlWrapper) Load(yml []byte) (bool, error)