Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Priority int `yaml:"priority"` Verbosity string `yaml:"verbosity"` Rewrite []autoscan.Rewrite `yaml:"rewrite"` Include []string `yaml:"include"` Exclude []string `yaml:"exclude"` Paths []struct { Path string `yaml:"path"` Rewrite []autoscan.Rewrite `yaml:"rewrite"` Include []string `yaml:"include"` Exclude []string `yaml:"exclude"` } `yaml:"paths"` }
Click to show internal directories.
Click to hide internal directories.