Documentation ¶
Index ¶
- func Delete(client *golangsdk.ServiceClient, gatewayID, envVarID string) (err error)
- type CreateOpts
- type EnvPage
- type EnvVarsResp
- func Create(client *golangsdk.ServiceClient, opts CreateOpts) (*EnvVarsResp, error)
- func ExtractEnvs(r pagination.NewPage) ([]EnvVarsResp, error)
- func Get(client *golangsdk.ServiceClient, gatewayID, envVarID string) (*EnvVarsResp, error)
- func List(client *golangsdk.ServiceClient, opts ListOpts) ([]EnvVarsResp, error)
- type ListOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOpts ¶
type EnvPage ¶
type EnvPage struct {
pagination.NewSinglePageBase
}
type EnvVarsResp ¶
type EnvVarsResp struct { EnvID string `json:"env_id"` GroupID string `json:"group_id"` ID string `json:"id"` VariableName string `json:"variable_name"` VariableValue string `json:"variable_value"` }
func Create ¶
func Create(client *golangsdk.ServiceClient, opts CreateOpts) (*EnvVarsResp, error)
func ExtractEnvs ¶
func ExtractEnvs(r pagination.NewPage) ([]EnvVarsResp, error)
func Get ¶
func Get(client *golangsdk.ServiceClient, gatewayID, envVarID string) (*EnvVarsResp, error)
func List ¶
func List(client *golangsdk.ServiceClient, opts ListOpts) ([]EnvVarsResp, error)
Click to show internal directories.
Click to hide internal directories.