Versions in this module Expand all Collapse all v1 v1.1.0 May 24, 2025 Changes in this version + type ListReq struct + Area string + Enable string + ListType string + NodeGroup string + Orderby string + Page string + PerPage string + Rid string + Search string + Sort string + Type []string + func (r *ListReq) Body() any + func (r *ListReq) Form() (form url.Values) + func (r *ListReq) Header() http.Header + func (r *ListReq) Method() string + func (r *ListReq) Url() string + func (r *ListReq) Values() (values url.Values) + type ListResp struct + Data []struct{ ... } + Meta struct{ ... } + func List(ctx *cputil.Context, req *ListReq) (*ListResp, error)