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 instance.
List returns collection of instances.
ListAll returns all of instances start with initURL.

# Structs

CreateOpts contains all the values needed to create a new instance.
CreateResult represents the result of a Create operation.
Instance represents a DataArts Studio instance.
ListOpts allows the filtering collections through the API.
OrderInfo is the response body of a Create operation.

# Interfaces

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