xframe/component/service_discovery/zrpc/polaris/constant.go

9 lines
159 B
Go
Raw Normal View History

2024-10-12 12:55:20 +08:00
package polaris
const (
// schemeName for the urls
// All target URLs like 'polaris://.../...' will be resolved by this resolver
schemeName = "polaris"
)