Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncDepot ¶
type FuncDepot struct {
// contains filtered or unexported fields
}
FuncDepot is a map of function name to it's real content wrapped in reflect.ValueOf()
func NewFuncDepot ¶
NewFuncDepot creates a new FuncDepot under the given `namespace`
func (*FuncDepot) Get ¶
Get returns the function associated with the given key. The function is wrapped as reflect.Value so reflection can be used to determine attributes about this function
Click to show internal directories.
Click to hide internal directories.