alphalist

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrTooManyRealms = errors.New("alphalist: too many realms")

Functions

This section is empty.

Types

type List

type List struct {
	Realms []Realm
}

func (*List) Encode

func (l *List) Encode(wr *etc.Buffer) error

type Realm

type Realm struct {
	Name            string
	RedirectAddress string
	Players         uint32
}

type Server

type Server struct {
	Backend models.RealmList
	// contains filtered or unexported fields
}

func NewServer

func NewServer(address string, b models.RealmList) (s *Server)

func (*Server) Shutdown

func (s *Server) Shutdown() error

func (*Server) Start

func (s *Server) Start() (err error)

type Session

type Session struct {
	Server *Server
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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