Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckError ¶
type CheckError []error
func (CheckError) Error ¶
func (e CheckError) Error() string
type Config ¶
type Config struct { Path string Entrypoints []string `yaml:"entrypoints"` AllowCircularDependencies bool `yaml:"allowCircularDependencies"` Aliases map[string][]string `yaml:"aliases"` WhiteList map[string][]string `yaml:"allow"` BlackList map[string][]string `yaml:"deny"` }
func ParseConfig ¶
Click to show internal directories.
Click to hide internal directories.