mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 16:00:52 +00:00
6 lines
84 B
Go
6 lines
84 B
Go
package request
|
|
|
|
type ReqWithID struct {
|
|
ID uint `json:"id" validate:"required"`
|
|
}
|