check

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2017 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Break

type Break struct {
	// contains filtered or unexported fields
}

Break represents base structure required for evaluating code changes

func Init

func Init(workingPath string, startPoint string, endPoint string, configPath string) (*Break, error)

Init bootstraps Break structure

func (*Break) Report

func (b *Break) Report() (*BreakReport, error)

Report displays a BreakReport

type BreakReport

type BreakReport struct {
	Supported  []FileReport
	Ignored    []file
	Exclusions []string
}

BreakReport is a report to display

type FileReport

type FileReport struct {
	// contains filtered or unexported fields
}

FileReport is a pool of potentials compatibility breaks

func (*FileReport) Report

func (fr *FileReport) Report() string

Report displays a FileReport and its potentials compatibility breaks

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL