| 357 | var _ pubsub.Pubsub = (*mockPubsub)(nil) |
| 358 | |
| 359 | type mockAuthorizer struct{} |
| 360 | |
| 361 | func (*mockAuthorizer) Authorize(context.Context, rbac.Subject, policy.Action, rbac.Object) error { |
| 362 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected