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 ExportClusterTableEndpoint = &xreq.Endpoint + var ExportGSLBEndpoint = &xreq.Endpoint + func ExportClusterTableAction(req *http.Request) (interface{}, error) + func ExportClusterTableActionProcess(req *http.Request, param *export_util.ExportParam) (*icluster_conf.ClusterTableConf, error) + func ExportGSLBAction(req *http.Request) (interface{}, error) + func ExportGSLBActionProcess(req *http.Request, param *GSLBExportParam) (*icluster_conf.GSLBConf, error) + type GSLBExportParam struct + BFECluster string + Version string + func NewGSLBExportFromReq(req *http.Request) (*GSLBExportParam, error)