Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func NewGatewayDomainServiceImpl() (e error) + type GatewayDomainServiceImpl struct + func (impl GatewayDomainServiceImpl) Clone(ctx context.Context) domain.GatewayDomainService + func (impl GatewayDomainServiceImpl) CreateOrUpdateComponentIngress(req apistructs.ComponentIngressUpdateRequest) (res bool, err error) + func (impl GatewayDomainServiceImpl) FindDomains(domain, projectId, workspace string, matchType orm.OptionType, ...) ([]orm.GatewayDomain, error) + func (impl GatewayDomainServiceImpl) GetGatewayProvider(clusterName string) (string, error) + func (impl GatewayDomainServiceImpl) GetOrgDomainInfo(reqDto *gw.ManageDomainReq) (res common.NewPageQuery, err error) + func (impl GatewayDomainServiceImpl) GetPackageDomains(packageId string, session ...*db.SessionHelper) ([]string, error) + func (impl GatewayDomainServiceImpl) GetRuntimeDomains(runtimeId string, orgId int64) (result gw.RuntimeDomainsDto, err error) + func (impl GatewayDomainServiceImpl) GetTenantDomains(projectId, env string) (result []string, err error) + func (impl GatewayDomainServiceImpl) GiveRuntimeDomainToPackage(runtimeService *orm.GatewayRuntimeService, session *db.SessionHelper) (bool, error) + func (impl GatewayDomainServiceImpl) IsPackageDomainsDiff(packageId, clusterName string, domains []string, session *db.SessionHelper) (bool, error) + func (impl GatewayDomainServiceImpl) RefreshRuntimeDomain(runtimeService *orm.GatewayRuntimeService, session *db.SessionHelper) error + func (impl GatewayDomainServiceImpl) TouchPackageDomain(orgId, packageId, clusterName string, domains []string, ...) ([]string, error) + func (impl GatewayDomainServiceImpl) TouchRuntimeDomain(orgId string, runtimeService *orm.GatewayRuntimeService, ...) (string, error) + func (impl GatewayDomainServiceImpl) UpdateRuntimeServiceDomain(orgId, runtimeId, serviceName string, reqDto *gw.ServiceDomainReqDto) (res bool, existDomain string, err error) + func (impl GatewayDomainServiceImpl) UpdateRuntimeServicePort(runtimeService *orm.GatewayRuntimeService, releaseInfo *diceyml.Object) error + type RuntimeData struct + ReleaseId string + ServiceGroupName string + ServiceGroupNamespace string + type RuntimeResponse struct + Data RuntimeData + Success bool