Skip to content

Commit

Permalink
feat: add assignment delete request model
Browse files Browse the repository at this point in the history
  • Loading branch information
nabhan-au committed Apr 20, 2023
1 parent 955a784 commit e0a2be7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ type Assignment struct {
DueDate int
TagID int
}

type AssignmentDeleteRequest struct {
ID int
}

0 comments on commit e0a2be7

Please sign in to comment.