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 component in the specified appliation using given parameters.
Delete is a method to delete an existing component from a specified application.
ExtractComponents is a method to extract the list of component details for ServiceStage service.
Get is a method to retrieves a particular configuration based on its unique ID.
List is a method to query the list of the components using given opts.
Update is a method to update the component configuration, such as name, description, builder and code source.
# Structs
Builder is the component builder, the configuration details refer to 'Parameter'.
Component is the structure that represents the detail of the application component.
ComponentPage is a single page maximum result representing a query by offset page.
CreateOpts is the structure required by the Create method to create a new component.
ListOpts allows to filter list data using given parameters.
Parameter is an object to specified the building configuration of codes or package.
Properties is an object to specified the other configuration of the software package for OBS bucket.
Source is an object to specified the source information of Open-Scoure codes or package storage.
Spec is an object to specified the configuration of repository or storage.
UpdateOpts is the structure required by the Update method to update the component configuration.