multiplexer

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DecrementTabCounter

type DecrementTabCounter struct{}

type InboundMessage

type InboundMessage struct {
	AccountID string
	Msg       any // Type of IncrementCounter, DecrementCounter, or twitch.IRCer
}

type IncrementTabCounter

type IncrementTabCounter struct{}

type Multiplexer

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

func NewMultiplexer

func NewMultiplexer(logger zerolog.Logger, provider twitch.AccountProvider) *Multiplexer

func (*Multiplexer) ListenAndServe

func (m *Multiplexer) ListenAndServe(inbound <-chan InboundMessage) <-chan OutboundMessage

type OutboundMessage

type OutboundMessage struct {
	ID  string
	Msg twitch.IRCer
	Err error
}

Jump to

Keyboard shortcuts

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