mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-16 20:42:40 +08:00
5 lines
84 B
Go
5 lines
84 B
Go
package request
|
|
|
|
type ReqWithID struct {
|
|
ID uint `json:"id" validate:"required"`
|
|
}
|