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 |
|---|---|
|
sql
Package sql implements server model interfaces.
|
Package sql implements server model interfaces. |
|
Package include embeds C header files.
|
Package include embeds C header files. |
|
packetio
Package packetio provides streaming utilities.
|
Package packetio provides streaming utilities. |
|
pb
|
|
|
abi/rt
Package rt defines a public subset of the runtime library ABI.
|
Package rt defines a public subset of the runtime library ABI. |
|
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. |
|
Package web contains definitions useful for accessing the HTTP and websocket APIs.
|
Package web contains definitions useful for accessing the HTTP and websocket APIs. |
Click to show internal directories.
Click to hide internal directories.