pubsub

package
v1.24.19 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// if set, return true to handle the event, false to ignore it
	FilterFunc func(guildID int64) (handle bool)
)

Functions

func AddHandler

func AddHandler(evt string, cb func(*Event), t interface{})

AddEventHandler adds a event handler For the specified event, should only be done during startup

func PollEvents

func PollEvents()

func Publish

func Publish(evt string, target int64, data interface{}) error

PublishEvent publishes the specified event set target to -1 to handle on all nodes

func PublishRatelimit added in v1.24.19

func PublishRatelimit(rl *discordgo.RateLimit)

PublishRatelimit publishes a new global ratelimit hit on discord

Types

type Event

type Event struct {
	TargetGuild    string // The guild this event was meant for, or * for all
	TargetGuildInt int64
	EventName      string
	Data           interface{}
}

Jump to

Keyboard shortcuts

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