MCPcopy
hub / github.com/grafana/grafana / check

Struct check

apps/advisor/pkg/app/checks/authchecks/check.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16var _ checks.Check = (*check)(nil)
17
18type check struct {
19 ssoSettingsService ssosettings.Service
20}
21
22func New(ssoSettingsService ssosettings.Service) checks.Check {
23 return &check{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected