gate

package
v0.0.0-...-7a19e20 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package gate contains general documentation for its subpackages. See https://gate.computer for information about the Gate project.

Errors

Error strings may contain sensitive details. Some errors returned by Gate implement this interface:

interface {
	PublicError() string
}

The public error string is intended to be exposed to the client (if the API was called via a server endpoint). If there is no PublicError method or it returns the empty string, it's an internal error with no public explanation.

Directories

Path Synopsis
Package include embeds C header files.
Package include embeds C header files.
packetio
Package packetio provides streaming utilities.
Package packetio provides streaming utilities.
abi
abi/rt
Package rt defines a public subset of the runtime library ABI.
Package rt defines a public subset of the runtime library ABI.
api
database/sql
Package sql implements Inventory and NonceChecker backed by SQL database.
Package sql implements Inventory and NonceChecker backed by SQL database.
web
web/api
Package api contains definitions useful for accessing the HTTP and websocket APIs.
Package api contains definitions useful for accessing the HTTP and websocket APIs.
web/api/debug
Package debug contains functionality useful for accessing the instance debugging API via HTTP.
Package debug contains functionality useful for accessing the instance debugging API via HTTP.
source
http
Package http can download objects from HTTP server.
Package http can download objects from HTTP server.
ipfs
Package ipfs can download objects via IPFS API server.
Package ipfs can download objects via IPFS API server.
Package trap enumerates trap identifiers.
Package trap enumerates trap identifiers.

Jump to

Keyboard shortcuts

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