Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapters ¶
Adapters contains selected backend implementations for major pluggable capabilities.
type Plan ¶
type Plan struct {
Profile string
RunWeb bool
RunWorker bool
RunScheduler bool
CoLocated bool
Adapters Adapters
}
Plan describes the resolved runtime/process topology without mutating startup behavior.
type WebFeatures ¶
WebFeatures describes runtime-dependent feature exposure for web routing.
func ResolveWebFeatures ¶
func ResolveWebFeatures(plan Plan, hasCache, hasNotifier bool) WebFeatures
ResolveWebFeatures computes web feature flags from runtime plan and available dependencies.
Click to show internal directories.
Click to hide internal directories.