Documentation ¶
Index ¶
Constants ¶
View Source
const ( // these keys prefixed with "DubboService" are used for user configuring dubbo specific information // and are passed within the kitex. DubboServiceGroupKey = "dubbo-service-group" DubboServiceVersionKey = "dubbo-service-version" DubboServiceInterfaceKey = "dubbo-service-interface" DubboServiceWeightKey = "dubbo-service-weight" DubboServiceApplicationKey = "dubbo-service-application" DefaultRegistryGroup = "dubbo" DefaultProtocol = "dubbo" DefaultDubboServiceWeight = 100 RegistryServicesKeyTemplate = "/%s/%s/providers" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URL ¶
type URL struct {
// contains filtered or unexported fields
}
func (*URL) FromString ¶
func (*URL) GetRegistryServiceKey ¶
func (*URL) ToInstance ¶
Click to show internal directories.
Click to hide internal directories.