aggregator

package
v0.0.0-...-9fdc65e Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrIncompleteResponse = errors.New("incomplete response")
	ErrUnexpectedStatus   = errors.New("unexpected status code")
	ErrEmotesNotEnabled   = errors.New("user does not have an active emote set")
)

Functions

This section is empty.

Types

type Message

type Message struct {
	Sender struct {
		ID       string
		Username string
	}
	Room struct {
		Username string
		ID       string
	}
	Type         string
	MessageWords []string
	Raw          string
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func New

func New(cfg *config.Config) *Service

func (*Service) Init

func (s *Service) Init() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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