Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
type LogDto struct {
|
||||
NumLine *int `json:"numLine" form:"numLine" validate:"omitempty,min=1,max=300"`
|
||||
}
|
||||
|
||||
type LogExportDto struct {
|
||||
Option *int `json:"option" form:"option" validate:"required,oneof=0 1"`
|
||||
}
|
||||
Reference in New Issue
Block a user