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

# Structs

Application is the structure that represents the detail of the ServiceStage application.
ApplicationPage is a single page maximum result representing a query by offset page.
ConfigOpts is a structure required bu the UpdateConfig method to bind or unbind the resources.
ConfigResp is the structure that represents all configurations in the specified environment.
Configuration is an object specifying the configuration of the application for a specified environment.
CreateOpts is the structure required by the Create method to create a new application.
ListConfigOpts allows to filter list configurations using given parameters.
ListOpts allows to filter list data using given parameters.
UpdateOpts is the structure required by the Update method to update the configuration of the specified environment.
Variable is an object specifying the key/value pair of the environment variable.