Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurationMillis ¶
func IsLoopbackBind ¶
func RegisterRoutes ¶
Types ¶
type IngestionSnapshotter ¶
type IngestionSnapshotter interface {
IngestionDiagnostics() projectingestion.DiagnosticsSnapshot
}
type RuntimeOptions ¶
type RuntimeOptions struct {
Enabled bool
}
type RuntimeSnapshot ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(ingestion IngestionSnapshotter, runtimeOptions RuntimeOptions) *Service
type Snapshot ¶
type Snapshot struct {
Ingestion projectingestion.DiagnosticsSnapshot `json:"ingestion"`
Runtime RuntimeSnapshot `json:"runtime,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.