Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct {
// contains filtered or unexported fields
}
func (Function) Invoke ¶
func (f Function) Invoke(args ...types.TypedValue) (types.TypedValue, error)
func (Function) NumRequiredParams ¶ added in v0.14.6
type Invoker ¶
type Invoker func(args ...types.TypedValue) string
type Parameter ¶ added in v0.14.6
type Parameter struct {
// contains filtered or unexported fields
}
func OptionalParam ¶ added in v0.14.6
Click to show internal directories.
Click to hide internal directories.