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

# Functions

Create will create a new SFS Turbo file system based on the values in CreateOpts.
Delete will delete an existing SFS Trubo file system with the given UUID.
Expand will expand a SFS Turbo based on the values in ExpandOpts.
ExtractTurbos accepts a Page struct, specifically a TurboPage struct, and extracts the elements into a slice of share structs.
Get will get a single SFS Trubo file system with given UUID.
List returns a Pager which allows you to iterate over a collection of SFS Turbo resources.
ListPage returns one page limited by the conditions provided in Opts.
No description provided by the author
No description provided by the author

# Structs

BssParam is an object that represents the prepaid configuration.
BssParamExtend is an object that represents the payment detail.
CreateOpts is the structure used to create a new SFS Turbo resource.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response body and error from a Delete request.
ExpandOpts contains the options for expanding a SFS Turbo.
ExpandResult contains the response body and error from a Expand request.
No description provided by the author
GetResult contains the response body and error from a Get request.
ListOpts holds options for listing Volumes.
Metadata specifies the metadata information.
No description provided by the author
CreateOpts contains the options for create an SFS Turbo.
Turbo contains all information associated with an SFS Turbo file system.
No description provided by the author
TurboPage is the page returned by a pager when traversing over a collection of Shares.
TurboResponse contains the information of creating response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ExpandOptsBuilder allows extensions to add additional parameters to the Expand request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
No description provided by the author
No description provided by the author