Versions in this module Expand all Collapse all v0 v0.0.2 Dec 9, 2021 v0.0.1 Oct 19, 2021 Changes in this version + var CreateEndpoint = &xreq.Endpoint + var DeleteEndpoint = &xreq.Endpoint + var Endpoints = []*xreq.Endpoint + var ListEndpoint = &xreq.Endpoint + var OneEndpoint = &xreq.Endpoint + var UpdateEndpoint = &xreq.Endpoint + func CreateAction(req *http.Request) (interface{}, error) + func DeleteAction(req *http.Request) (interface{}, error) + func ListAction(req *http.Request) (interface{}, error) + func OneAction(req *http.Request) (interface{}, error) + func UpdateAction(req *http.Request) (interface{}, error) + type CreateParam struct + Description *string + InstancePool *string + Name *string + type OneData struct + Description string + InstancePool string + Name string + ProductName string + Ready bool + Tag int8 + func CreateProcess(req *http.Request, param *CreateParam) (*OneData, error) + type OneParam struct + SubClusterName string + type UpdateParam struct + Description *string + Name *string + SubClusterName *string