Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayGlobalService ¶
type GatewayGlobalService interface { Clone(context.Context) GatewayGlobalService GetGatewayProvider(string) (string, error) GetDiceHealth() dto.DiceHealthDto GenTenantGroup(projectId, env, clusterName string) (string, error) GetGatewayFeatures(clusterName string) map[string]string GetTenantGroup(projectId, env string) (string, error) GetOrgId(string) (string, error) GetClusterUIType(string, string, string) *common.StandardResult GenerateEndpoint(dto.DiceInfo, ...*service.SessionHelper) (string, string, error) GenerateDefaultPath(string, ...*service.SessionHelper) (string, error) GetProjectName(dto.DiceInfo, ...*service.SessionHelper) (string, error) GetProjectNameFromCmdb(string) (string, error) GetClustersByOrg(string) ([]string, error) GetServiceAddr(string) string GetRuntimeServicePrefix(*orm.GatewayRuntimeService) (string, error) CreateTenant(*dto.TenantDto) (bool, error) }
var Service GatewayGlobalService
Click to show internal directories.
Click to hide internal directories.