2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 04:37:17 +08:00
Files
panel/internal/http/request/common.go
2024-12-16 02:41:32 +08:00

6 lines
105 B
Go

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