Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListURL ¶
func ListURL(c *golangsdk.ServiceClient) string
Types ¶
type GetResult ¶
type GetResult struct {
// contains filtered or unexported fields
}
func List ¶
func List(client *golangsdk.ServiceClient, listOpts ListOptsBuilder) (r GetResult)
type ListOpts ¶
type ListOpts struct { //SiteIDS query by site ids SiteIDS string `q:"site_ids"` //Name query by name Name string `q:"name"` //Limit query limit Limit string `q:"limit"` //Offset query begin index Offset string `q:"offset"` //ID query by id ID string `q:"id"` //Area query by area Area string `q:"area"` //Province query by province Province string `q:"province"` //City query by city City string `q:"city"` //Operator query by operator Operator string `q:"operator"` }
ListOpts to list site
func (ListOpts) ToListQuery ¶
ToListQuery converts ListOpts structures to query string
type ListOptsBuilder ¶
ListOptsBuilder list builder
Click to show internal directories.
Click to hide internal directories.