Checker runs a single authorization check.
| 42 | |
| 43 | // Checker runs a single authorization check. |
| 44 | type Checker interface { |
| 45 | Execute(ctx context.Context, params *CheckCommandParams) (*CheckResult, error) |
| 46 | } |
| 47 | |
| 48 | type CheckQueryV2 struct { |
| 49 | logger logger.Logger |
no outgoing calls
no test coverage detected
searching dependent graphs…