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

# Functions

Create accepts a CreateOpts struct and uses the values to create a new namespace.
CreateAccess accepts a CreateAccessOpts struct and uses the values to create access of a namespace.
Delete will permanently delete a particular network based on its unique ID.
Delete will permanently delete the access of a namespace.
Get retrieves a particular network based on its unique ID.
Get retrieves the access of a namespace.

# Variables

No description provided by the author

# Structs

No description provided by the author
CreateAccessOpts contains all the values needed to create access of a namespace.
No description provided by the author
CreateOpts contains all the values needed to create a new network.
CreateResult represents the result of a create operation.
No description provided by the author
DeleteResult represents the result of a delete operation.
No description provided by the author
GetResult represents the result of a get operation.
No description provided by the author
Access information of a user.

# Interfaces

CreateAccessOptsBuilder allows extensions to add additional parameters to the create request.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.