|
package agentkindboxparam
|
|
|
|
import "git.gocasts.ir/ebhomengo/niki/entity"
|
|
|
|
type GetKindBoxRequest struct {
|
|
KindBoxID uint `param:"id"`
|
|
AgentID uint
|
|
}
|
|
|
|
type GetKindBoxResponse struct {
|
|
entity.KindBox
|
|
FieldErrors map[string]string `json:"field_errors,omitempty"`
|
|
}
|