Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SaveApiReq ¶
type SaveApiReq struct {
Token string `json:"token"`
ReqQuery []interface{} `json:"req_query"`
ReqHeaders []*ReqHeader `json:"req_headers"`
ReqBodyForm []interface{} `json:"req_body_form"`
Title string `json:"title"`
CatId string `json:"catid"`
Path string `json:"path"`
Status string `json:"status"`
ResBodyType string `json:"res_body_type"`
ResBody string `json:"res_body"`
SwitchNotice bool `json:"switch_notice"`
Message string `json:"message"`
Desc string `json:"desc"`
Method string `json:"method"`
ReqParams []interface{} `json:"req_params"`
Id string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.