Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
Processor represents document processor
func New ¶
func New(workerCount int, failFast bool, wg *sync.WaitGroup, structure []*manifest.Node, resourcesRoot string, downloadJob downloader.Interface, validator linkvalidator.Interface, rhs repositoryhosts.Registry, hugo hugo.Hugo, writer writers.Writer) (Processor, taskqueue.QueueController, error)
New creates a new Worker
type Worker ¶
type Worker struct {
Repositoryhosts repositoryhosts.Registry
Hugo hugo.Hugo
// contains filtered or unexported fields
}
Worker represents document worker
func NewDocumentWorker ¶
func NewDocumentWorker(resourcesRoot string, downloader downloader.Interface, validator linkvalidator.Interface, linkResolver linkresolver.Interface, rh repositoryhosts.Registry, hugo hugo.Hugo, writer writers.Writer) *Worker
NewDocumentWorker creates Worker objects
Directories
¶
| Path | Synopsis |
|---|---|
|
frontmatterfakes
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors
|
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors |
Click to show internal directories.
Click to hide internal directories.