outgoing

package
v0.0.0-...-80312d8 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ClientLeft = iota + 11
	ClientTookPlace
	Error
)
View Source
const (
	ErrNotOpenYet       = "NotOpenYet"
	ErrICanWaitNoLonger = "ICanWaitNoLonger"
	ErrYouShallNotPass  = "YouShallNotPass"
	ErrPlaceIsBusy      = "PlaceIsBusy"
	ErrClientUnknown    = "ClientUnknown"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

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

func NewClientLeftEvent

func NewClientLeftEvent(time time.Time, clientName string) *Event

func NewClientTookPlaceEvent

func NewClientTookPlaceEvent(time time.Time, clientName string, placeId int) *Event

func NewErrorEvent

func NewErrorEvent(time time.Time, msg string) *Event

func (*Event) String

func (e *Event) String() string

func (*Event) Type

func (e *Event) Type() int

type Type

type Type int

Jump to

Keyboard shortcuts

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