Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Address of the runtime engine server. EngineAddressKey = "VM_RUNTIME_ENGINE_ADDR" // LegacyEngineAddressKey is the pre-rename env-var name. Plugin binaries // compiled against luxfi/node <= v1.26.x read this key. The host sets // both keys until every plugin in /data/plugins has been rebuilt against // a luxfi/node version that has the rename. LegacyEngineAddressKey = "LUX_VM_RUNTIME_ENGINE_ADDR" // Duration before handshake timeout during bootstrap. DefaultHandshakeTimeout = 5 * time.Second // Duration of time to wait for graceful termination to complete. DefaultGracefulTimeout = 5 * time.Second )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Initializer ¶
type Manager ¶
func NewManager ¶
func NewManager() Manager
NewManager returns manager of VM runtimes.
to remove it from the current set.
Click to show internal directories.
Click to hide internal directories.