service

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddService

func AddService(name string, serv Service)

Types

type Message

type Message interface {
	GroupID() string
	UserName() string
	UserID() string
	MessageID() string
	Text() string
	UserType() string
}

type Monitor

type Monitor interface {
	ValueFor(cachedID int) int
}

type Service

type Service interface {
	PostText(key, text string, cacheID int, groupMessage Message)
	MessageFromJSON(reader io.Reader) Message
	ServiceMonitor() (Monitor, error)
}

func NewService

func NewService(name string) *Service

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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