Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface struct {
ApiName string `json:"api_name"`
ApiChName string `json:"api_ch_name"`
ApiDesc string `json:"api_desc"`
Status int `json:"status"`
ApiLink string `json:"api_link"`
GroupName string `json:"group_name"`
AuditID int `json:"audit_id,omitempty"`
FailReason string `json:"fail_reason,omitempty"`
}
type ResponseGet ¶
type ResponseGet struct {
response.ResponseOpenPlatform
InterfaceList []*Interface `json:"interface_list"`
}
type ResponseSet ¶
type ResponseSet struct {
response.ResponseOpenPlatform
AuditId int `json:"audit_id"`
}
Click to show internal directories.
Click to hide internal directories.