Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOpts ¶
type EnvPage ¶
type EnvPage struct {
pagination.NewSinglePageBase
}
type EnvResp ¶
type EnvResp struct { ID string `json:"id"` CreateTime string `json:"create_time"` Name string `json:"name"` Description string `json:"remark"` }
func Create ¶
func Create(client *golangsdk.ServiceClient, opts CreateOpts) (*EnvResp, error)
func ExtractEnvs ¶
func ExtractEnvs(r pagination.NewPage) ([]EnvResp, error)
func Update ¶
func Update(client *golangsdk.ServiceClient, opts UpdateOpts) (*EnvResp, error)
Click to show internal directories.
Click to hide internal directories.