global

package
v0.0.0-...-06de07e Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2019 License: MIT Imports: 0 Imported by: 9

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