| 392 | } |
| 393 | |
| 394 | type AdminCreateUserSubscriptionRequest struct { |
| 395 | PlanId int `json:"plan_id"` |
| 396 | } |
| 397 | |
| 398 | type AdminResetSubscriptionRequest struct { |
| 399 | PlanId int `json:"plan_id"` |
nothing calls this directly
no outgoing calls
no test coverage detected