Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Symbols = map[string]map[string]reflect.Value{}
Symbols maps packages -> exported symbols -> reflect.Value for the symbol Consumed by yaegi's interpreter for mapping shared types
Functions ¶
func FromConfigMap ¶
func FromConfigMap(config map[string]interface{}) (types.Transformer, error)
func NewTransform ¶
func NewTransform(config TransformConfig) (types.Transformer, error)
Types ¶
type TransformConfig ¶
Click to show internal directories.
Click to hide internal directories.