Discover Packages
github.com/suborbital/e2core
e2core
server
package
Version:
v0.6.0-rc13
Opens a new window with list of versions in this module.
Published: May 5, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
MsgTypeSuborbitalResult = "suborbital.result"
)
View Source
var (
ErrDesiredStateNotGenerated = errors .New ("desired state was not generated")
ErrDispatchTimeout = errors .New ("dispatched execution did not complete before the timeout")
ErrCannotHandle = errors .New ("cannot handle job")
)
ReadParam tries to grab the value by name from the echo context first, and if it doesn't find it, then it falls back
onto the path parameter.
Server is a E2Core server.
New creates a new Server instance.
Options returns the options that the server was configured with
Shutdown shuts down the server
Syncer returns the Syncer that the server was configured with
Source Files
¶
Click to show internal directories.
Click to hide internal directories.