internal

package
v0.0.0-...-9ccd474 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdPanic string

CmdPanic configures program behavior. If this is changed to "1", programs will panic instead of printing error message normally. The stack traces can be helpful for debugging.

This can be set during linking:

go build -ldflags="-X gate.computer/gate/internal.CmdPanic=1"

This is not a stable feature: it may change or disappear at any time.

View Source
var ServerPanic string

ServerPanic configures public server API behavior. If this is changed to "1", API functions will panic instead of returning error values. The stack traces can be helpful for debugging.

This can be set during linking:

go build -ldflags="-X gate.computer/gate/internal.ServerPanic=1"

This is not a stable feature: it may change or disappear at any time.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
error
make
Package sys contains syscall wrappers.
Package sys contains syscall wrappers.
test

Jump to

Keyboard shortcuts

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