Update import path from requestModels to dto package and update struct references

This commit is contained in:
2025-05-17 20:49:56 +03:30
parent 9565c06fba
commit a1b3bfa18d
4 changed files with 7 additions and 7 deletions
@@ -1,5 +0,0 @@
package requestmodels
type ApproveMediaInput struct {
MediaId string `json:"mediaId" binding:"required"`
}
-5
View File
@@ -1,5 +0,0 @@
package requestmodels
type LoginInput struct {
Password string `json:"password" binding:"required"`
}
@@ -1,5 +0,0 @@
package requestmodels
type RejectMediaInput struct {
MediaId string `json:"mediaId" binding:"required"`
}