Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoMutatedFile ¶
type GoMutatedFile struct {
// contains filtered or unexported fields
}
func New ¶
func New(infectionName, relativePath string, rawSourceContent, rawMutatedContent []byte) *GoMutatedFile
func (*GoMutatedFile) Diff ¶
func (f *GoMutatedFile) Diff(differ Differ) string
func (*GoMutatedFile) Label ¶
func (f *GoMutatedFile) Label() string
func (*GoMutatedFile) String ¶
func (f *GoMutatedFile) String() string
func (*GoMutatedFile) WriteTo ¶
func (f *GoMutatedFile) WriteTo(repository Repository)
type Repository ¶
Click to show internal directories.
Click to hide internal directories.