(ctx context.Context, subject Subject, action policy.Action, objectType string)
| 843 | } |
| 844 | |
| 845 | func (c *authRecorder) Prepare(ctx context.Context, subject Subject, action policy.Action, objectType string) (PreparedAuthorized, error) { |
| 846 | return c.authz.Prepare(ctx, subject, action, objectType) |
| 847 | } |
| 848 | |
| 849 | type authzCheckRecorderKey struct{} |
| 850 |