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

# Functions

Create is a method used to create a virtual gateway using given parameters.
Delete is a method used to remove an existing virtual gateway using its ID.
Get is a method used to obtain the details of the virtual gateway using its ID.
Update is a method used to update the specified virtual gateway using given parameters.

# Structs

CreateOpts is the structure used to create a virtual gateway.
UpdateOpts is the structure used to update the configuration of the virtual gateway.
VirtualGateway is the structure that represents the details of the virtual gateway.