Documentation ¶
Index ¶
Constants ¶
View Source
const ( DubboPropertyKey = "dubbo.properties" RegistryAddressKey = "dubbo.registry.address" MetadataReportAddressKey = "dubbo.metadata-report.address" )
View Source
const ( AnyValue = "*" AnyHostValue = "0.0.0.0" InterfaceKey = "interface" GroupKey = "group" VersionKey = "version" ClassifierKey = "classifier" CategoryKey = "category" ProvidersCategory = "providers" ConsumersCategory = "consumers" RoutersCategory = "routers" ConfiguratorsCategory = "configurators" ConfiguratorRuleSuffix = ".configurators" EnabledKey = "enabled" CheckKey = "check" AdminProtocol = "admin" Side = "side" ConsumerSide = "consumer" ProviderSide = "provider" ConsumerProtocol = "consumer" EmptyProtocol = "empty" OverrideProtocol = "override" DefaultGroup = "dubbo" ApplicationKey = "application" DynamicKey = "dynamic" SerializationKey = "serialization" TimeoutKey = "timeout" DefaultTimeout = 1000 WeightKey = "weight" BalancingKey = "balancing" DefaultWeight = 100 OwnerKey = "owner" Application = "application" Service = "service" Colon = ":" InterrogationPoint = "?" IP = "ip" PlusSigns = "+" PunctuationPoint = "." ConditionRoute = "condition_route" TagRoute = "tag_route" AffinityRoute = "affinity_route" ConditionRuleSuffix = ".condition-router" TagRuleSuffix = ".tag-router" AffinityRuleSuffix = ".affinity-router" ConfigFileEnvKey = "conf" // config file path RegistryAll = "ALL" RegistryInterface = "INTERFACE" RegistryInstance = "INSTANCE" RegistryType = "TYPE" NamespaceKey = "namespace" )
View Source
const ( ConfiguratorVersionV3 = `v3.0` ConfiguratorVersionV3x1 = `v3.1` ConfigVersionKey = `configVersion` ScopeApplication = `application` ScopeService = `service` SideProvider = `provider` SideConsumer = `consumer` )
View Source
const ( NotEqual = "!=" Equal = "=" )
Variables ¶
View Source
var Configs = set.NewSet(WeightKey, BalancingKey)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.