Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Now func() time.Time
Runtime string
UserConfig string
ProjectConfig string
Provider config.ProviderProfile
WorkspaceRoot string
Sandbox config.SandboxConfig
Connectivity bool
ProviderHealth *providerhealth.Result
// GOOS overrides the platform used to resolve the sandbox backend. Empty
// means runtime.GOOS. Tests set it to assert platform-specific remedies.
GOOS string
// LookupExecutable resolves a binary on PATH for the sandbox-backend and
// LSP-server checks. Nil means exec.LookPath; tests inject a stub so the
// checks are deterministic regardless of the host's installed tooling.
LookupExecutable func(string) (string, error)
}
Click to show internal directories.
Click to hide internal directories.