Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func NewGatewayZoneServiceImpl() (e error) + type GatewayZoneServiceImpl struct + func (impl GatewayZoneServiceImpl) CreateZone(config zone.ZoneConfig, session ...*db.SessionHelper) (*orm.GatewayZone, error) + func (impl GatewayZoneServiceImpl) CreateZoneWithoutIngress(config zone.ZoneConfig, session ...*db.SessionHelper) (*orm.GatewayZone, error) + func (impl GatewayZoneServiceImpl) DeleteZone(zoneId, namespace string) error + func (impl GatewayZoneServiceImpl) DeleteZoneRoute(zoneId string, namespace string, session ...*db.SessionHelper) error + func (impl GatewayZoneServiceImpl) GetGatewayProvider(clusterName string) (string, error) + func (impl GatewayZoneServiceImpl) GetRegisterAppInfo(orgId, projectId, env string) *common.StandardResult + func (impl GatewayZoneServiceImpl) GetZone(id string, session ...*db.SessionHelper) (*orm.GatewayZone, error) + func (impl GatewayZoneServiceImpl) SetZoneKongPolicies(zoneId string, policies gw.ZoneKongPolicies, helper *db.SessionHelper) error + func (impl GatewayZoneServiceImpl) SetZoneKongPoliciesWithoutDomainPolicy(zoneId string, policies *gw.ZoneKongPolicies, helper *db.SessionHelper) error + func (impl GatewayZoneServiceImpl) UpdateBuiltinPolicies(zoneId string) error + func (impl GatewayZoneServiceImpl) UpdateKongDomainPolicy(az, projectId, env string, helper *db.SessionHelper) error + func (impl GatewayZoneServiceImpl) UpdateZoneRoute(zoneId string, route zone.ZoneRoute, runtimeService *orm.GatewayRuntimeService, ...) (bool, error)