Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultConfigPath = ".dep-tree.yml"
Variables ¶
View Source
var SampleConfig string
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Path string Exclude []string `yaml:"exclude"` UnwrapExports bool `yaml:"unwrapExports"` Check check.Config `yaml:"check"` Js js.Config `yaml:"js"` Rust rust.Config `yaml:"rust"` Python python.Config `yaml:"python"` Golang golang.Config `yaml:"golang"` }
func ParseConfig ¶
func (*Config) IgnoreFiles ¶ added in v0.17.4
func (*Config) UnwrapProxyExports ¶ added in v0.17.4
Click to show internal directories.
Click to hide internal directories.