Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceRegistry ¶
type ServiceRegistry string
ServiceRegistry defines underlying platform supporting service registry
const ( // MockRegistry environment flag MockRegistry ServiceRegistry = "Mock" // KubernetesRegistry environment flag KubernetesRegistry ServiceRegistry = "Kubernetes" // ConsulRegistry environment flag ConsulRegistry ServiceRegistry = "Consul" // EurekaRegistry environment flag EurekaRegistry ServiceRegistry = "Eureka" // CloudFoundryRegistry environment flag CloudFoundryRegistry ServiceRegistry = "CloudFoundry" )
Click to show internal directories.
Click to hide internal directories.