This commit is contained in:
7
internal/dtos/request/entity.go
Normal file
7
internal/dtos/request/entity.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package request
|
||||
|
||||
type SearchEntityDto struct {
|
||||
Cursor string `json:"cursor" query:"cursor" validate:"omitempty,uuid"`
|
||||
Limit int `json:"limit" query:"limit" validate:"omitempty,min=1,max=100"`
|
||||
Name string `json:"name" query:"name" validate:"omitempty,max=255"`
|
||||
}
|
||||
Reference in New Issue
Block a user