Available on crate feature
serve only.Expand description
ServeConfig — the validated, runtime-ready server configuration built from
ServeArgs. The no-auth gate lives here so an unauthenticated server can
never start silently.
Structs§
- Serve
Config - Validated server configuration.
Enums§
- Auth
Mode - How
/v1/*requests are authenticated. - History
Backend Spec - Run-history storage backend selection (parsed from
--history).