Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VFuncMap ¶
type VFuncMap map[string]VPluginFunc
type VPlugin ¶
type VPlugin struct {
Info VPluginInfo
FuncMap VFuncMap
ValMap VValMap
}
type VPluginFunc ¶
type VPluginFunc struct {
Name string
InTypes []reflect.Type
// contains filtered or unexported fields
}
func (VPluginFunc) Call ¶
func (n VPluginFunc) Call(a ...interface{}) error
func (VPluginFunc) TypeCheck ¶
func (n VPluginFunc) TypeCheck(a ...interface{}) error
type VPluginInfo ¶
type VPluginVal ¶
type VValMap ¶
type VValMap map[string]VPluginVal
Click to show internal directories.
Click to hide internal directories.