Skip to content

Commit

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

type TagDeleteRequest struct {
ID int
}

0 comments on commit 955a784

Please sign in to comment.