Skip to content

Commit

Permalink
Removed Example Gift
Browse files Browse the repository at this point in the history
  • Loading branch information
matherg committed Oct 10, 2023
1 parent d1a5fa8 commit 3f70fd2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions api/src/model/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ import (
"time"
)

type ExampleGift struct {
gorm.Model
Name string
Price int
}

type ExampleGiftInput struct {
Name string
Price int
}

type Gift struct {
gorm.Model
Name string
Expand Down

0 comments on commit 3f70fd2

Please sign in to comment.