(ctx context.Context, t *testing.T, expectedUser *auth.User)
| 1683 | _ backend.ListMissingOneImplementationFeaturesRequestObject) ( |
| 1684 | backend.ListMissingOneImplementationFeaturesResponseObject, error) { |
| 1685 | assertUserInCtx(ctx, m.t, m.expectedUserInCtx) |
| 1686 | m.callCount++ |
| 1687 | panic("unimplemented") |
| 1688 | } |
| 1689 | |
| 1690 | // CreateSubscription implements backend.StrictServerInterface. |
| 1691 | // nolint: ireturn // WONTFIX - generated method signature |
| 1692 | func (m *mockServerInterface) CreateSubscription(ctx context.Context, |
| 1693 | _ backend.CreateSubscriptionRequestObject) ( |
no outgoing calls
no test coverage detected