(ctx context.Context, subject Subject, action policy.Action, objectType string)
| 199 | // its arguments and the surrounding object. |
| 200 | Authorize(ctx context.Context, subject Subject, action policy.Action, object Object) error |
| 201 | Prepare(ctx context.Context, subject Subject, action policy.Action, objectType string) (PreparedAuthorized, error) |
| 202 | } |
| 203 | |
| 204 | type PreparedAuthorized interface { |
no outgoing calls