Versions in this module Expand all Collapse all v1 v1.0.1 Dec 25, 2016 v1.0.0 Dec 25, 2016 Changes in this version + type Caller interface + Call func(m definition.Request) bool + type MockNotifier struct + Caller Caller + Sender amqp.Sender + func NewMockNotifier() MockNotifier + func (notifier MockNotifier) Notify(mock *definition.Mock) bool + type Notifier interface + Notify func(m *definition.Mock) bool + type RequestCaller struct + func (caller RequestCaller) Call(request definition.Request) bool