Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckResult ¶
type CheckResult struct {
// contains filtered or unexported fields
}
func (*CheckResult) DependencyWarnings ¶
func (res *CheckResult) DependencyWarnings() []WarningDep
func (*CheckResult) IsOk ¶
func (res *CheckResult) IsOk() bool
func (*CheckResult) NotMatchedWarnings ¶
func (res *CheckResult) NotMatchedWarnings() []WarningNotMatched
func (*CheckResult) TotalCount ¶
func (res *CheckResult) TotalCount() int
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func NewChecker ¶
func (*Checker) Check ¶
func (arc *Checker) Check() CheckResult
type WarningDep ¶
type WarningNotMatched ¶
Click to show internal directories.
Click to hide internal directories.