package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
AddBackendServices is a method to add a backend instance to channel.
Create is a method used to create a new channel using given parameters.
Delete is a method to delete an existing channel using its ID and related instance ID.
ExtractChannels is a method to extract the list of channels.
ExtractMembers is a method to extract the list of backend members.
Get is a method to obtain an existing channel by its ID and related instance ID.
List is a method to obtain an array of one or more channels by query parameters.
ListBackendServices is a method to obtain an array of one or more backend services by query parameters.
RemoveBackendService is a method to remove an existing backend instance form channel.
Update is a method by which to update an existing channel by request parameters.
# Structs
No description provided by the author
BackendListOpts allows to filter list data using given parameters.
Channel is the structure that represents the channel detail.
ChannelOpts is the structure that used to create a new channel.
ChannelPage is a single page maximum result representing a query by offset page.
ListOpts allows to filter list data using given parameters.
No description provided by the author
MemberGroup is an object that represents the detail of the backend server group.
MemberInfo is an object that represents the backend member detail.
MemberPage is a single page maximum result representing a query by offset page.
MicroserviceCceInfo is an object that represents the CCE microservice detail.
MicroserviceConfig is an object that represents the microservice configuration.
MicroserviceCseInfo is an object that represents the CSE microservice detail.
MicroserviceLabel is an object that represents a specified microservice label.
VpcHealthConfig is an object that represents the health check configuration.