Files
cloudpods/pkg/mcclient/catalog.go
T

7 lines
206 B
Go

package mcclient
type IServiceCatalog interface {
GetServiceURL(service, region, zone, endpointType string) (string, error)
GetServiceURLs(service, region, zone, endpointType string) ([]string, error)
}