Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NativeTransformer ¶
type NativeTransformer struct {
*core.CoreTransformer
}
func NewNativeTransformer ¶
func NewNativeTransformer(opts ...core.TransformOption) *NativeTransformer
type NativeVariable ¶
type NativeVariable struct {
CoreVariable *core.CoreVariable
}
func NewNativeVariable ¶
func NewNativeVariable() *NativeVariable
func (*NativeVariable) Get ¶
func (fv *NativeVariable) Get(name string) (*value.Value, error)
nolint:funlen,gocyclo
Click to show internal directories.
Click to hide internal directories.