Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepChecker ¶
type DepChecker struct {
// contains filtered or unexported fields
}
func NewDepChecker ¶
func NewDepChecker(checkers ...Checker) *DepChecker
NewDepChecker creates a new DepChecker with provided checkers.
type IdentChecker ¶
type IdentChecker struct{}
IdentChecker validates the dependencies name in kclPkg.
type SumChecker ¶
type SumChecker struct{}
SumChecker validates the dependencies checksum in kclPkg.
type VersionChecker ¶
type VersionChecker struct{}
VersionChecker validates the dependencies version in kclPkg.
Click to show internal directories.
Click to hide internal directories.