package
Version:
v5.28.2
Opens a new window with list of versions in this module.
Published: Nov 8, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Apply replaces the matching nameable sections with the values from the set.
ApplyToList replaces the matching nameable sections with the values from the set.
Extract the nameable sections of the string into the set.
Reduce returns a map of the replacements which exist in needed.
type Accesser interface {
NameableReplacements() map[string]string
}
Accesser defines the method for retrieving the nameable replacements.
Applier defines methods types that want to participate the nameable adjustments should implement.
type Filler interface {
FillWithNameableKeys(m, existing map[string]string)
}
Filler defines the method for filling the nameable key map.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.