package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is an operation which provisions a new loadbalancer based on the configuration defined in the CreateOpts struct.
Delete will permanently delete a particular Certificate based on its unique ID.
Get retrieves a particular Loadbalancer based on its unique ID.
List query the certificate list.
Update is an operation which modifies the attributes of the specified Certificate.

# Structs

Certificate the certificate detail returned by the query list.
CertificateList the struct returned by the query list.
CreateOpts is the common options struct used in this package's Create operation.
No description provided by the author
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts parameters used to query the certificate.
No description provided by the author
UpdateOpts is the common options struct used in this package's Update operation.
No description provided by the author

# Interfaces

CreateOptsBuilder is the interface options structs have to satisfy in order to be used in the main Create operation in this package.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder is the interface options structs have to satisfy in order to be used in the main Update operation in this package.