Skip to content

Commit

Permalink
Remove duplicated User structure definition in framework.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee7128 committed Oct 28, 2024
1 parent 2365171 commit 26fea70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/db/models/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ type Framework struct {
Version string `json:"version"`
Architectures []Architecture `json:"architectures"`
}
type User struct {
gorm.Model
ID string `gorm:"primaryKey" json:"id"`
}

0 comments on commit 26fea70

Please sign in to comment.