| 16 | var _ checks.Check = (*check)(nil) |
| 17 | |
| 18 | type check struct { |
| 19 | ssoSettingsService ssosettings.Service |
| 20 | } |
| 21 | |
| 22 | func New(ssoSettingsService ssosettings.Service) checks.Check { |
| 23 | return &check{ |
nothing calls this directly
no outgoing calls
no test coverage detected