Documentation
¶
Overview ¶
Package hostterm manages the daemon's host terminals: operator shells that run in tmux ON THE DAEMON HOST (not in a container). They are the most privileged surface in the system — uncontained, operator-only, flag-gated, audited, and never reachable by an island token (see internal/api/tokenauth.go and docs/host-terminals.md). This package is just the persisted registry; the tmux lifecycle and PTY attach live in internal/api + internal/bridge.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
Terminals []Terminal `json:"terminals"`
}
Store is the persisted set of host terminals.
Click to show internal directories.
Click to hide internal directories.