Documentation
¶
Overview ¶
Package sandboxhostapi exposes the private mutually authenticated host control surface. It is not part of the public sandbox Go API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Store sandboxcontrol.HostControlStore
ControlTrust sandboxhostprotocol.TrustBundle
ControlSigningKey ed25519.PrivateKey
Entropy io.Reader
Clock clock.Clock
LeaseDuration time.Duration
BootProbeStore *sandboxcontrol.PostgresLedger
}
Config contains explicit durable authority and signing material supplied by the control-process composition root.
Click to show internal directories.
Click to hide internal directories.