bridge

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2016 License: Apache-2.0 Imports: 8 Imported by: 90

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBridge

func NewBridge(cfg *config.Config) error

Types

type Bridge

type Bridge struct {
	*config.Config
	Source   string
	Bridges  []Bridger
	Channels []map[string]string
	// contains filtered or unexported fields
}

type Bridger added in v0.6.1

type Bridger interface {
	Send(msg config.Message) error
	Name() string
	Connect() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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