mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 20:57:19 +08:00
6 lines
113 B
Go
6 lines
113 B
Go
package request
|
|
|
|
type ID struct {
|
|
ID uint `json:"id" form:"id" query:"id" uri:"id" validate:"required|min:1"`
|
|
}
|