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

Struct check

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

Source from the content-addressed store, hash-verified

13var _ checks.Check = (*check)(nil)
14
15type check struct {
16 cfg *setting.Cfg
17 isCloudInstance bool
18}
19
20func New(cfg *setting.Cfg) checks.Check {
21 return &check{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected