Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAction ¶
type FakeAction struct{}
func (*FakeAction) Run ¶
func (a *FakeAction) Run(payload []byte) (interface{}, error)
type FakeFactory ¶
type FakeFactory struct {
// contains filtered or unexported fields
}
func NewFakeFactory ¶
func NewFakeFactory() *FakeFactory
func (*FakeFactory) RegisterAction ¶
func (f *FakeFactory) RegisterAction(method string, action *FakeAction)
func (*FakeFactory) RegisterActionErr ¶
func (f *FakeFactory) RegisterActionErr(method string, err error)
Click to show internal directories.
Click to hide internal directories.