outputs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2017 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var List = make(map[string]reflect.Type)

List of Inputs

Functions

func Exists

func Exists(connType string) (exists bool)

Exists function

func Make

func Make(connType string) interface{}

MakeService

func Recovery

func Recovery(service models.Service)

Recovery

Types

type Cli

type Cli struct {
}

func (Cli) Write

func (x Cli) Write(outputMsgs <-chan models.Message, service models.Service)

type File

type File struct {
}

func (File) Write

func (x File) Write(outputMsgs <-chan models.Message, service models.Service)

type Output

type Output interface {
	Write(outputMsgs <-chan models.Message, service models.Service)
}

Input interface

type Slack

type Slack struct {
}

Slack struct

func (Slack) Write

func (x Slack) Write(outputMsgs <-chan models.Message, service models.Service)

Output function

type Twilio

type Twilio struct {
}

func (Twilio) Write

func (x Twilio) Write(outputMsgs <-chan models.Message, service models.Service)

Jump to

Keyboard shortcuts

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