Documentation
¶
Overview ¶
Package httpapi exposes the panel's REST API and serves the web UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶ added in v0.2.0
type Notifier interface {
Test(ctx context.Context, c domain.NotificationChannel, e domain.Event) error
}
Notifier is the slice of the dispatcher the HTTP layer uses: everything else reaches it through the event log.
type SearchHit ¶ added in v0.8.0
type SearchHit struct {
Kind string `json:"kind"`
UUID string `json:"uuid"`
Label string `json:"label"`
Hint string `json:"hint,omitempty"`
}
SearchHit is one thing the operator can jump to. Kind and uuid are what the palette needs to build a route; label and hint are what it shows.
Click to show internal directories.
Click to hide internal directories.