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 microservice using given parameters.
Delete is a method to remove an existing microservice using its unique ID (and token).
Get is a method to retrieves a particular configuration based on its unique ID (and token).

# Structs

CreateOpts is the structure required by the Create method to create a new dedicated microservice.
CreateResp is the structure that represents the response of the API request.
DeleteOpts is the structure required by the Delete method to specified whether microservice is force delete.
Framework is an object that specifies the configuration of the microservice framework.
Rule is an object that specifies the configuration of the black list or white list.
Service is an object that specifies the microservice configuration details.
ServicePath is an object that specifies the configuration of the service path.
ServiceResp is an object that specifies the microservice configuration details.