(t *testing.T, url string, method string)
| 1690 | // CreateSubscription implements backend.StrictServerInterface. |
| 1691 | // nolint: ireturn // WONTFIX - generated method signature |
| 1692 | func (m *mockServerInterface) CreateSubscription(ctx context.Context, |
| 1693 | _ backend.CreateSubscriptionRequestObject) ( |
| 1694 | backend.CreateSubscriptionResponseObject, error) { |
| 1695 | assertUserInCtx(ctx, m.t, m.expectedUserInCtx) |
| 1696 | m.callCount++ |
| 1697 | panic("unimplemented") |
| 1698 | } |
| 1699 | |
| 1700 | // UpdateSubscription implements backend.StrictServerInterface. |
| 1701 | // nolint: ireturn // WONTFIX - generated method signature |
| 1702 | func (m *mockServerInterface) UpdateSubscription(ctx context.Context, |
| 1703 | _ backend.UpdateSubscriptionRequestObject) ( |
| 1704 | backend.UpdateSubscriptionResponseObject, error) { |
no test coverage detected