2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00
Files
panel/internal/http/request/common.go
2024-12-29 01:41:19 +08:00

6 lines
104 B
Go

package request
type ID struct {
ID uint `json:"id" form:"id" query:"id" validate:"required|min:1"`
}