mockCheckEngine is a mock implementation of invoke.Check for testing
| 13 | |
| 14 | // mockCheckEngine is a mock implementation of invoke.Check for testing |
| 15 | type mockCheckEngine struct{} |
| 16 | |
| 17 | func (m *mockCheckEngine) Check(ctx context.Context, request *base.PermissionCheckRequest) (*base.PermissionCheckResponse, error) { |
| 18 | return &base.PermissionCheckResponse{ |
nothing calls this directly
no outgoing calls
no test coverage detected