notify

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2016 License: MIT Imports: 10 Imported by: 0

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

type MockNotifier struct {
	Sender amqp.Sender
	Caller Caller
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL