Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caller ¶
type Caller interface { //Call makes a remote http request Call(m definition.Request) bool }
Caller makes remote http requests
type MockNotifier ¶
MockNotifier notifies the needed parties
func NewMockNotifier ¶
func NewMockNotifier() MockNotifier
func (MockNotifier) Notify ¶
func (notifier MockNotifier) Notify(mock *definition.Mock) bool
Notify the needed parties
type Notifier ¶
type Notifier interface { //Notify the needed parties Notify(m *definition.Mock) bool }
Notifier notifies the needed parties
type RequestCaller ¶
type RequestCaller struct { }
RequestCaller makes remote http requests
func (RequestCaller) Call ¶
func (caller RequestCaller) Call(request definition.Request) bool
Call makes a remote http request
Click to show internal directories.
Click to hide internal directories.