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 engine using given parameters.
Delete is a method to remove an existing engine using its unique ID and enterprise project ID.
Get is a method to retrieves a particular configuration based on its unique ID and enterprise project ID.
GetJob is a method to obtain the job detail using engine ID and job ID.

# Structs

AuthCred is an object that specifies the configuration of the security authentication.
CceSpec is an object that represents the configuration of the associated CCE cluster.
CreateOpts is the structure required by the Create method to create a new engine.
Detail is an object that represent the endpoint informations of the service center or config center.
Engine is the structure that represents the details of the Microservice engine.
No description provided by the author
ExecutorBrief is an object that represent the job metadata.
ExternalEntrypoint is an object that represents the access information.
Job is an object that represent the details of the excuting job.
Node is an object that represents the details of the CCE node.
NodeDetails is an object that represents the nodes list.
Reference is an object that represent the additional parameters of the dedicated microservice engine.
RequestResp is the structure that represents the response of the API request.
ServiceEndpoint is an object that represent the entrypoints of the service center and config center.
SubTask is an object that represent the details of the subjob.
Task is an object that represent the details of the processing stages of the job.