package apis type LocalObjAddRequest struct { InList []string `json:"in_list"` OutList []string `json:"out_list"` } type LocalObjAddReply struct { }