Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListReq ¶
type ListResp ¶
type ListResp struct {
Data []struct {
Id int `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
CreateTime string `json:"create_time"`
Total int `json:"total"`
Used int `json:"used"`
Free int `json:"free"`
Lock int `json:"lock"`
IpSegment []struct {
Id int `json:"id"`
Name string `json:"name"`
} `json:"ip_segment"`
} `json:"data"`
Meta struct {
Total int `json:"total"`
TotalPage int `json:"total_page"`
Page int `json:"page"`
PerPage int `json:"per_page"`
} `json:"meta"`
}
Click to show internal directories.
Click to hide internal directories.