Skip to content

Commit

Permalink
Merge pull request #1 from abhinandpn/admin
Browse files Browse the repository at this point in the history
admin table
  • Loading branch information
abhinandpn committed Jul 14, 2023
2 parents 5ba29f1 + 83d038b commit 1561623
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/domain/admin.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package domain

type Admin struct {
Id uint `json:"id" gorm:"primary key"`
Email string `json:"email"`
Password string `json:"password"`
}

0 comments on commit 1561623

Please sign in to comment.