global

package
v0.0.0-...-e7e2df9 Latest Latest
Warning

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

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

Documentation

Overview

Package global provides global types and constants for the backend packages.

Index

Constants

View Source
const (
	// Channel buffer sizes:
	ReadChanSize  = 5
	WriteChanSize = 10
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SocketType

type SocketType int
const (
	// The available socket types.
	TypeAjaxSocket SocketType = 1 << iota
	TypeWebSocket  SocketType = 1 << iota
)

Jump to

Keyboard shortcuts

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