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 dedicated microservice instance using given parameters.
Delete is a method to remove an existing instance using its related microservice ID, instance ID (and token).
Get is a method to retrieves a particular configuration based on its unique ID (and token).
List is a method to retrieves all instance informations under specified microservice using its related microservice ID (and token).
# Structs
CreateOpts is the structure required by the Create method to create a new dedicated microservice instance.
CreateResp is the structure that represents the response of the API request.
DataCenter is an object that specifies the configuration of the instance data center.
ErrorResponse is the structure that represents the details of the request error.
HealthCheck is an object that specifies the configuration of the instance health check.
Instance is the structure that represents the details of the Microservice service instance.