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

# Functions

Create is a method to create a new route under a specified route table.
Delete is a method to remove an existing route from a specified route table.
Get is a method to obtain the route details using given parameters.
List is a method to query the list of the routes under a specified route table using given parameters.
Update is a method to update route configuration using update option.

# Structs

Attachment is an object that represents the details of the corresponding route.
CreateOpts is the structure used to create the route under a specified route table.
ListOpts allows to filter list data using given parameters.
Route is the structure that represents the details of the route under a specified route table.
RoutePage represents the response pages of the List method.
UpdateOpts is the structure used to update the route configuration.