| 13 | var _ checks.Check = (*check)(nil) |
| 14 | |
| 15 | type check struct { |
| 16 | cfg *setting.Cfg |
| 17 | isCloudInstance bool |
| 18 | } |
| 19 | |
| 20 | func New(cfg *setting.Cfg) checks.Check { |
| 21 | return &check{ |
nothing calls this directly
no outgoing calls
no test coverage detected