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 is a service registry that contains 2 hard-coded test services MockRegistry ServiceRegistry = "Mock" // KubernetesRegistry is a service registry backed by k8s API server KubernetesRegistry ServiceRegistry = "Kubernetes" // ConsulRegistry is a service registry backed by Consul ConsulRegistry ServiceRegistry = "Consul" // MCPRegistry is a service registry backed by MCP ServiceEntries MCPRegistry ServiceRegistry = "MCP" )
Click to show internal directories.
Click to hide internal directories.