MCPcopy
hub / github.com/ccfos/nightingale / httpAPI

Struct httpAPI

pkg/prom/reader.go:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558type httpAPI struct {
559 client apiClient
560}
561
562func (h *httpAPI) Alerts(ctx context.Context) (AlertsResult, error) {
563 u := h.client.URL(epAlerts, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected