Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestTransformer ¶
type TestTransformer struct {
interfaces.StructuredConfig
Suffix string
// contains filtered or unexported fields
}
TestTransformer is a custom transformer for testing purposes.
func NewTestTransformer ¶
func NewTestTransformer(suffix string) *TestTransformer
NewTestTransformer creates a new TestTransformer.
func (*TestTransformer) DecodedConfig ¶ added in v0.2.13
func (t *TestTransformer) DecodedConfig() any
func (*TestTransformer) String ¶
func (t *TestTransformer) String() string
String returns the name of the transformer.
func (*TestTransformer) Transform ¶
func (t *TestTransformer) Transform(c interfaces.ConfigLoader, sc interfaces.StructuredConfig) (interfaces.StructuredConfig, error)
Click to show internal directories.
Click to hide internal directories.