plugins

package
v2.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2020 License: MIT Imports: 7 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PluginHelper

type PluginHelper interface {
	GetHttpClient() error
	GetIRCClient() (rpc.IRCPluginClient, error)
	RegisterWebhook(path string, handler func(request *rpc.HttpRequest) *rpc.HttpResponse) error
	SendIRCMessage(channel string, messages []string) []error
	Ping() error
	SendRawMessage(messages []string) []error
	RegisterChannelMessageHandler(channel string, handler func(message *rpc.ChannelMessage)) error
}

func NewHelper

func NewHelper(rpchost string, rpcport uint16, rpctoken string) (PluginHelper, error)

NewHelper returns a PluginHelper that simplifies writing plugins by managing grpc connections and exposing a simple interface. It returns a PluginHelper or any errors encountered whilst creating

Jump to

Keyboard shortcuts

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