Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check interface {
Description() Description
Check() ([]Suggestion, error)
IsEnabled() bool
}
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func NewRootContext ¶
type DashedName ¶
type DashedName struct {
Config
// contains filtered or unexported fields
}
func NewDashedName ¶
func NewDashedName(context Context, name string, config Config) DashedName
func (DashedName) Check ¶
func (c DashedName) Check() ([]Suggestion, error)
func (DashedName) Description ¶
func (c DashedName) Description() Description
type Description ¶
func (Description) Context ¶
func (d Description) Context() Context
func (Description) Purpose ¶
func (d Description) Purpose() string
type Simple ¶
func (Simple) Resolution ¶
type Suggestion ¶
Click to show internal directories.
Click to hide internal directories.