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 UseStatusEndpoint = &xreq.Endpoint + func CreateAction(req *http.Request) (interface{}, error) + func DeleteAction(req *http.Request) (interface{}, error) + func ListAction(req *http.Request) (interface{}, error) + func UseStatusAction(req *http.Request) (interface{}, error) + type CreateParam struct + Name *string + type DeleteParam struct + DomainName string + type ListRsp struct + List []*string + type OneData struct + Name string + func CreateActionProcess(req *http.Request, param *CreateParam) (*OneData, error) + type OneParam struct + DomainName string + type UseStatusRsp struct + BeUsed bool + DepName string + DepType string