feat: refactor.
This commit is contained in:
14
registry/options.go
Normal file
14
registry/options.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package registry
|
||||
|
||||
type Type string
|
||||
|
||||
const (
|
||||
Consul Type = "consul"
|
||||
Etcd Type = "etcd"
|
||||
ZooKeeper Type = "zookeeper"
|
||||
Nacos Type = "nacos"
|
||||
Kubernetes Type = "kubernetes"
|
||||
Eureka Type = "eureka"
|
||||
Polaris Type = "polaris"
|
||||
Servicecomb Type = "servicecomb"
|
||||
)
|
||||
Reference in New Issue
Block a user