package
Version:
v0.0.0-...-77fc450
Opens a new window with list of versions in this module.
Published: Nov 5, 2018
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ProhibitedMatter []Matter `yaml:"prohibited-matter"`
}
type Matter struct {
Target []string `yaml:"target"`
Import []string `yaml:"import"`
Ref map[string][]string `yaml:"ref"`
Write []string `yaml:"write"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.