Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package dto
|
||||
|
||||
type ServerDto struct {
|
||||
Port *int64 `json:"port" form:"port" validate:"required,min=1,max=65535"`
|
||||
}
|
||||
Reference in New Issue
Block a user