Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchTemplate ¶
type MatchTemplate struct {
// contains filtered or unexported fields
}
MatchTemplate contains a list of input filenames and a template. The matches are filesnames representing which input files the template could be applied onto. Only the most specific template should be applied to each input file. Most specific means templates are sorted from least matches to most and the "top" template for each file is applied.
type MatchedTemplates ¶
type MatchedTemplates []MatchTemplate
MatchedTemplates is a list of matchTemplates.
Click to show internal directories.
Click to hide internal directories.