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 Logtanks based on the configuration defined in the CreateOpts struct.
Delete will permanently delete a particular Logtank based on its unique ID.
Get retrieves a particular Logtanks based on its unique ID.
Update is an operation which modifies the attributes of the specified Logtank.

# Structs

CreateOpts is the common options struct used in this package's Create operation.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
No description provided by the author
UpdateOpts is the common options struct used in this package's Update operation.
UpdateResult represents the result of an update operation.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.