multiplex

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2024 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 Chat

type Chat interface {
	ConnectWithRetry(ctx context.Context, messages <-chan twitch.IRCer) (<-chan twitch.IRCer, <-chan error)
}

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 {
	BuildChatClient func(logger zerolog.Logger, provider twitch.AccountProvider, accountID string) Chat
	// 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