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

# Functions

Create is a method that used to create a new connection using given parameters.
Delete is a method to delete a specified connection by its ID and the related workspace ID.
Get is a method to obtain the data connection detail by its ID and related workspace ID.
List is a method to query the list of the data connections using given parameters.
Update is a method to modify the specified connection using given parameters.
Validate is a method that used to pre-check the configuration of the data connection using given parameters.

# Structs

Connection is the structure that represents the data connection detail.
ConnectionPage represents the response pages of the List method.
CreateOpts is the structure that used by 'Create' method to create a new data connection.
DataSourceVo is the structure that represents the configuration of the data source.
ListOpts is the structure used by 'List' method to query data connections.
UpdateOpts is the structure that used by 'Update' method to modify the configuration of the data connection.
ValidateOpts is the structure that represents the pre-check configuration.
ValidateResp is the structure that represents the result of data connection pre-check.