Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Transformer ¶
type Transformer interface {
// Transform converts input into output. The output parameter must be a pointer.
Transform(input any, output any) error
}
Transformer generic transform interface.
Click to show internal directories.
Click to hide internal directories.