package
Version:
v0.10.1
Opens a new window with list of versions in this module.
Published: Jan 3, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type ServerConfigPart struct {
Url string `mapstructure:"url"`
Batch int `mapstructure:"batch"`
Dry bool `mapstructure:"dry"`
Depth int `mapstructure:"depth"`
}
type SrcConfigPart struct {
Src string `mapstructure:"src"`
Lang string `mapstructure:"lang"`
WithCtx bool `mapstructure:"withCtx"`
WithClass bool `mapstructure:"withClass"`
IncludeRegex string `mapstructure:"includeRegex"`
ExcludeRegex string `mapstructure:"excludeRegex"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.