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 ServiceStage environment using create option.
Delete is a method to remove an existing environment.
ExtractEnvironments is a method to extract the list of environment details for ServiceStage service.
Get is a method to obtain the details of a specified ServiceStage environment using its ID.
List is a method to query the list of the environments using given opts.
Update is a method to update the current dependency configuration.
UpdateResources is a method to add or remove the basic resources and the optional resources.

# Structs

UpdateOpts is the structure required by the Create method to create a new environment.
Environment is the structure that represents the detail of the ServiceStage environment.
EnvironmentPage is a single page maximum result representing a query by offset page.
ListOpts allows to filter list data using given parameters.
Resource is an object specifying the basic or optional resource.
ResourceOpts is a structure required bu the UpdateResources method to bind or unbind the resources.
UpdateOpts is the structure required by the Update method to update the configuration of the specified environment.