forked from ebhomengo/niki
1
0
Fork 0
niki/param/agent/kind_box_req/deliver.go

11 lines
287 B
Go
Raw Normal View History

2024-09-15 07:36:09 +00:00
package agentkindboxreqparam
type DeliverKindBoxReqRequest struct {
KindBoxReqID uint `json:"-" param:"id"`
SerialNumbers []string `json:"serial_numbers" example:"1,2,3"`
}
type DeliverKindBoxReqResponse struct {
FieldErrors map[string]string `json:"field_errors,omitempty"`
}