api

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg *bridge.Config) bridge.Bridger

Types

type Api

type Api struct {
	Messages ring.Ring
	sync.RWMutex
	*bridge.Config
}

func (*Api) Connect

func (b *Api) Connect() error

func (*Api) Disconnect

func (b *Api) Disconnect() error

func (*Api) JoinChannel

func (b *Api) JoinChannel(channel config.ChannelInfo) error

func (*Api) Send

func (b *Api) Send(msg config.Message) (string, error)

type ApiMessage

type ApiMessage struct {
	Text     string `json:"text"`
	Username string `json:"username"`
	UserID   string `json:"userid"`
	Avatar   string `json:"avatar"`
	Gateway  string `json:"gateway"`
}

Jump to

Keyboard shortcuts

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