Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveState ¶
func RuntimeStatePath ¶
func WriteState ¶
Types ¶
type Snapshot ¶
type Snapshot struct {
LocalUIURL string
LocalUIURLs []string
PasswordRequired bool
EffectiveRunMode string
RemoteEnabled bool
DesktopManaged bool
DesktopOwnerID string
ControlplaneBaseURL string
ControlplaneProviderID string
EnvPublicID string
StateDir string
DiagnosticsEnabled bool
PID int
RuntimeService runtimeservice.Snapshot
}
func WaitForAttachable ¶
func (*Snapshot) BindAddress ¶
type State ¶
type State struct {
LocalUIURL string `json:"local_ui_url,omitempty"`
LocalUIURLs []string `json:"local_ui_urls,omitempty"`
PasswordRequired bool `json:"password_required"`
EffectiveRunMode string `json:"effective_run_mode,omitempty"`
RemoteEnabled bool `json:"remote_enabled"`
DesktopManaged bool `json:"desktop_managed"`
DesktopOwnerID string `json:"desktop_owner_id,omitempty"`
ControlplaneBaseURL string `json:"controlplane_base_url,omitempty"`
ControlplaneProviderID string `json:"controlplane_provider_id,omitempty"`
EnvPublicID string `json:"env_public_id,omitempty"`
StateDir string `json:"state_dir,omitempty"`
DiagnosticsEnabled bool `json:"diagnostics_enabled"`
PID int `json:"pid,omitempty"`
RuntimeService runtimeservice.Snapshot `json:"runtime_service"`
}
Click to show internal directories.
Click to hide internal directories.