forked from ebhomengo/niki
1
0
Fork 0
niki/param/admin/kind_box/assign_receiver_agent.go

11 lines
261 B
Go

package adminkindboxparam
type AssignReceiverRequest struct {
KindBoxID uint `json:"-" param:"id"`
ReceiverAgentID uint `json:"receiver_agent_id"`
}
type AssignReceiverResponse struct {
FieldErrors map[string]string `json:"field_errors,omitempty"`
}