server

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewServer

func NewServer(users UsersHandler, chat ChatHandler) *server

Types

type ChatHandler added in v0.4.0

type ChatHandler interface {
	HandleChat(w http.ResponseWriter, r *http.Request, params WsRTMStartParams)
}

type UsersHandler added in v0.3.1

type UsersHandler interface {
	HandleUserCreate(w http.ResponseWriter, r *http.Request)
	HandleUserLogin(w http.ResponseWriter, r *http.Request)
	HandleUserActive(w http.ResponseWriter, r *http.Request)
}

Jump to

Keyboard shortcuts

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