Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
feat(entities): add ent entities
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed May 11, 2023
1 parent d002f4d commit 625f88a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
21 changes: 21 additions & 0 deletions internal/entities/entities.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package entities

import "github.com/np-inprove/server/internal/ent"

type AcademicSchool = ent.AcademicSchool
type Accessory = ent.Accessory
type Course = ent.Course
type Deadline = ent.Deadline
type Event = ent.Deadline
type ForumPost = ent.ForumPost
type Group = ent.Group
type GroupUser = ent.GroupUser
type Institution = ent.Institution
type Milestone = ent.Milestone
type Pet = ent.Pet
type Reaction = ent.Reaction
type Redemption = ent.Redemption
type StudyPlan = ent.StudyPlan
type User = ent.User
type UserPet = ent.UserPet
type Voucher = ent.Voucher
6 changes: 0 additions & 6 deletions internal/entities/user.go

This file was deleted.

0 comments on commit 625f88a

Please sign in to comment.