Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionManager ¶
type FunctionManager struct {
// contains filtered or unexported fields
}
func NewFunctionManager ¶
func NewFunctionManager(stubStorage StubMapping) *FunctionManager
func (*FunctionManager) Call ¶
func (m *FunctionManager) Call(funcName string, params ...interface{}) (result interface{}, err error)
type StubMapping ¶
type StubMapping map[string]interface{}
Click to show internal directories.
Click to hide internal directories.