Documentation
¶
Index ¶
- func GetBackupPolicies(ctx context.Context, client openapi.ClientInterface, organization string, ...) ([]string, error)
- func GetBackups(ctx context.Context, client openapi.ClientInterface, ...) ([]string, error)
- func GetDatabases(ctx context.Context, client openapi.ClientInterface, ...) ([]string, error)
- func GetProjects(ctx context.Context, client openapi.ClientInterface, organization string, ...) ([]string, error)
- func IsNotFound(err error) bool
- func ParseResponse(resp *http.Response, dest any) error
- type ApiError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBackupPolicies ¶ added in v1.2.0
func GetBackups ¶ added in v1.2.0
func GetDatabases ¶
func GetProjects ¶
func IsNotFound ¶
Types ¶
type ApiError ¶
type ApiError struct { HttpResponse *http.Response ErrorContent openapi.ErrorContent }
func (*ApiError) GetCode ¶
func (e *ApiError) GetCode() openapi.ErrorContentCode
func (*ApiError) GetStatusCode ¶
Click to show internal directories.
Click to hide internal directories.