refactor: project name and set default plan for new user
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package subscribedomain
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type Subscribe struct {
|
||||
ID uuid.UUID `json:"id"`
|
||||
SubscribePlanID string `json:"subscribe_plan_id"`
|
||||
ID string `json:"id"`
|
||||
SubscribePlanID string `json:"subscribe_plan_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user