Documentation
¶
Overview ¶
Package remote dispatches runs to another Fort over HTTP (spec 022). It implements core/runtime.Runtime: Dispatch POSTs a RunSpec to the target node's /api/exec and streams the node's RunEvents back as a runtime.Run, so remote execution is indistinguishable from local to core/engine. It is the client side of the exec/node protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
Runtime is a runtime.Runtime backed by a remote Fort node.
Click to show internal directories.
Click to hide internal directories.