Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tag string
Set by build flag, most commonly in .github/workflows/main.yml
Functions ¶
Types ¶
type Config ¶ added in v1.6.0
type Config struct {
MinimumVersion string `yaml:"minimum-version"`
Libraries []Library `yaml:"libraries"`
// contains filtered or unexported fields
}
func (*Config) IsLibraryRootPath ¶ added in v1.6.0
type Library ¶ added in v1.6.0
type Library struct {
Name string `yaml:"name"`
Root string `yaml:"root-document"`
Documents map[string]LibraryDocument `yaml:"documents,omitempty"`
}
type LibraryDocument ¶ added in v1.6.0
type LibraryDocument struct {
Domain string `yaml:"domain"`
}
Click to show internal directories.
Click to hide internal directories.