forked from ebhomengo/niki
1
0
Fork 0
niki/param/admin/kind_box_req/assign_sender_agent.go

11 lines
243 B
Go

package adminkindboxreqparam
type AssignSenderRequest struct {
KindBoxReqID uint `json:"-"`
SenderAgentID uint `json:"sender_agent_id"`
}
type AssignSenderResponse struct {
FieldErrors map[string]string `json:"field_errors,omitempty"`
}