Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlackListEntry ¶ added in v0.23.2
func (*BlackListEntry) UnmarshalYAML ¶ added in v0.23.2
func (v *BlackListEntry) UnmarshalYAML(unmarshal func(interface{}) error) error
type Config ¶
type Config struct { Path string Entrypoints []string `yaml:"entrypoints"` AllowCircularDependencies bool `yaml:"allowCircularDependencies"` Aliases map[string][]string `yaml:"aliases"` WhiteList map[string]WhiteListEntries `yaml:"allow"` BlackList map[string][]BlackListEntry `yaml:"deny"` }
type WhiteListEntries ¶ added in v0.23.2
func (*WhiteListEntries) UnmarshalYAML ¶ added in v0.23.2
func (v *WhiteListEntries) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.