Documentation
¶
Overview ¶
Package doctor runs a preflight check over the environment edvabe needs to `serve` and prints an aligned pass/fail table. It is the `edvabe doctor` subcommand's backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Port is the TCP port `edvabe serve` will bind. Defaults to 3000.
Port int
// BaseImage is the tag that `edvabe build-image` produces. Defaults
// to sandbox.DefaultImage.
BaseImage string
// EnvdSourceImage is the scratch image `edvabe build-image` produces
// alongside BaseImage. Defaults to upstream.EnvdSourceTag.
EnvdSourceImage string
// CodeInterpreterImage is the code-interpreter image tag. Defaults
// to upstream.CodeInterpreterTag. Its absence is informational, not
// a hard failure.
CodeInterpreterImage string
// PausePolicy, when non-zero, is surfaced as an info line so users
// can see the limits that `edvabe serve` will apply.
PausePolicy sandbox.PausePolicy
}
Options configure a doctor Run.
Click to show internal directories.
Click to hide internal directories.