# Functions
NewMemoryServiceRegistry creates a new MemoryServiceRegistry instance.
No description provided by the author
No description provided by the author
No description provided by the author
NewRedisRegistry creates a new RedisRegistry instance with a Redis client connection.
No description provided by the author
NewYAMLServiceRegistry creates a new YAMLServiceRegistry instance from a file.
# Structs
BackendService holds the details of a backend service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MemoryServiceRegistry is an in-memory implementation of the ServiceRegistry interface.
No description provided by the author
RedisRegistry implements the ServiceRegistry interface using Redis as a backend storage.
No description provided by the author
No description provided by the author
YAMLServiceRegistry implements the ServiceRegistry interface.
# Interfaces
ServiceRegistry holds the methods to interact with the backend service registry.