Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
ResolveLink(destination string, node *manifest.Node, source string) (string, bool, error)
}
Interface represent link resolving interface
type LinkResolver ¶
type LinkResolver struct {
Repositoryhosts repositoryhosts.Registry
SourceToNode map[string][]*manifest.Node
Hugo hugo.Hugo
}
LinkResolver represents link resolving nessesary objects
func (*LinkResolver) ResolveLink ¶
func (l *LinkResolver) ResolveLink(destination string, node *manifest.Node, source string) (string, bool, error)
ResolveLink resolves link
Directories
¶
| Path | Synopsis |
|---|---|
|
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.