package
0.0.0-20200526111342-3af5e6782ac8
Repository: https://github.com/jexia/discord-bot.git
Documentation: pkg.go.dev

# Variables

Queue contains an array of all subscribable channels.

# Structs

DataEvent is the type sent over an event, importantly it contains the topic name as there are multiple channels.
EventBus stores the information about subscribers interested for a particular topic.

# Interfaces

Bus an interface for publishing and subscribing to events.

# Type aliases

DataChannelSlice is a slice of DataChannels.