gateway

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 17 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BrMsgID added in v1.1.0

type BrMsgID struct {
	ID        string
	ChannelID string
	// contains filtered or unexported fields
}

type Gateway

type Gateway struct {
	config.Config

	Router         *Router
	MyConfig       *config.Gateway
	Bridges        map[string]*bridge.Bridge
	Channels       map[string]*config.ChannelInfo
	ChannelOptions map[string]config.ChannelOptions
	Message        chan config.Message
	Name           string
	Messages       *lru.Cache
}

func New

func New(cfg config.Gateway, r *Router) *Gateway

func (*Gateway) AddBridge added in v0.9.0

func (gw *Gateway) AddBridge(cfg *config.Bridge) error

func (*Gateway) AddConfig added in v0.11.0

func (gw *Gateway) AddConfig(cfg *config.Gateway) error

func (*Gateway) FindCanonicalMsgID added in v1.12.0

func (gw *Gateway) FindCanonicalMsgID(protocol string, mID string) string

Find the canonical ID that the message is keyed under in cache

func (*Gateway) SendMessage added in v1.13.0

func (gw *Gateway) SendMessage(origmsg config.Message, dest *bridge.Bridge, channel config.ChannelInfo, canonicalParentMsgID string) (string, error)

SendMessage sends a message (with specified parentID) to the channel on the selected destination bridge. returns a message id and error.

type Router added in v1.0.0

type Router struct {
	config.Config

	BridgeMap        map[string]bridge.Factory
	Gateways         map[string]*Gateway
	Message          chan config.Message
	MattermostPlugin chan config.Message
	sync.RWMutex
}

func NewRouter added in v1.0.0

func NewRouter(cfg config.Config, bridgeMap map[string]bridge.Factory) (*Router, error)

func (*Router) Start added in v1.0.0

func (r *Router) Start() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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