Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextSnapshot ¶
type ModelsSnapshot ¶
type ModelsSnapshot struct {
SkippedFallbacks []router.SkippedModel `json:"skipped_fallbacks,omitempty"`
}
type ProxySnapshot ¶
type RequestSnapshot ¶
type RoutingSnapshot ¶
type Snapshot ¶
type Snapshot struct {
SchemaVersion int `json:"schema_version"`
UpdatedAt string `json:"updated_at"`
AgeMS int64 `json:"age_ms"`
Source string `json:"source"`
Stale bool `json:"stale"`
Proxy ProxySnapshot `json:"proxy"`
Request RequestSnapshot `json:"request"`
Routing RoutingSnapshot `json:"routing"`
Context ContextSnapshot `json:"context"`
Models ModelsSnapshot `json:"models"`
}
Click to show internal directories.
Click to hide internal directories.