Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetNTFuncs ¶
type GetNTFuncs interface {
Get() *NTFuncs
}
type NTFuncHelper ¶
type NTFuncHelper struct {
Name string
InTypes []reflect.Type
// contains filtered or unexported fields
}
func NewNTFunc ¶
func NewNTFunc(name string, f interface{}) NTFuncHelper
func (*NTFuncHelper) Call ¶
func (n *NTFuncHelper) Call(a ...interface{}) error
func (*NTFuncHelper) TypeCheck ¶
func (n *NTFuncHelper) TypeCheck(a ...interface{}) error
type NTFuncs ¶
type NTFuncs map[string]NTFuncHelper
func NewNTFuncs ¶
func NewNTFuncs(f []NTFuncHelper) NTFuncs
type PluginInfo ¶
Click to show internal directories.
Click to hide internal directories.