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

9 lines
159 B
Go
Executable File

package polaris
const (
// schemeName for the urls
// All target URLs like 'polaris://.../...' will be resolved by this resolver
schemeName = "polaris"
)