Documentation
¶
Overview ¶
Package ttyrunner is a compatibility shim delegating to pkgs/agenttty. Sealed doctest trees still import this package path until fully migrated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTTYRunner ¶
Types ¶
type RegistryEntry ¶
type RegistryEntry = ttywatch.RegistryEntry
func LookupSession ¶
func LookupSession(home, terminalSessionID string) (*RegistryEntry, string, error)
type TTYSession ¶
type TTYSession = agenttty.TTYSession
func ResolveByAgentSession ¶
func ResolveByAgentSession(store agentstorage.Store, runner, agentSessionID string) (*TTYSession, error)
func ResolveByTerminalID ¶
func ResolveByTerminalID(home, terminalSessionID string) (*TTYSession, error)
type WritableStatus ¶
type WritableStatus = agenttty.WritableStatus
Click to show internal directories.
Click to hide internal directories.