common

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PandaCapability = "panda"
	PandaVersion    = 0

	PandaStatusReceived1            = 0
	PandaStatusReceived2            = 1
	PandaStatusSyntaxError          = 2
	PandaStatusTagContendedError    = 3
	PandaStatusRequestRecordedError = 4
	PandaStatusStorageError         = 5

	PandaTagLength = 32
)

Variables

View Source
var ErrNoSuchPandaTag = errors.New("Error: no such PANDA tag")

Functions

This section is empty.

Types

type PandaRequest

type PandaRequest struct {
	Version int
	Tag     string
	Message string
}

type PandaResponse

type PandaResponse struct {
	Version    int
	StatusCode int
	Message    string
}

Jump to

Keyboard shortcuts

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