Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultConfigFileName default configuration filename under docforge home folder DefaultConfigFileName = "config" // DocforgeHomeDir defines the docforge home location DocforgeHomeDir = ".docforge" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { DocumentWorkersCount int `mapstructure:"document-workers"` ValidationWorkersCount int `mapstructure:"validation-workers"` FailFast bool `mapstructure:"fail-fast"` DestinationPath string `mapstructure:"destination"` ResourcesDownloadPath string `mapstructure:"resources-download-path"` ResourcesWebsitePath string `mapstructure:"resources-website-path"` ManifestPath string `mapstructure:"manifest"` ResourceDownloadWorkersCount int `mapstructure:"download-workers"` GhInfoDestination string `mapstructure:"github-info-destination"` DryRun bool `mapstructure:"dry-run"` ContentFileFormats []string `mapstructure:"content-files-formats"` HostsToReport []string `mapstructure:"hosts-to-report"` SkipLinkValidation bool `mapstructure:"skip-link-validation"` }
Options encapsulates the parameters for creating new Reactor objects
Click to show internal directories.
Click to hide internal directories.