mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-02 06:40:37 +08:00

### Summary Add packages for Registry and HTTP #### Related Issues / PR's https://github.com/SigNoz/signoz/pull/5710
4 lines
185 B
Go
4 lines
185 B
Go
// package registry contains a simple implementation of https://github.com/google/guava/wiki/ServiceExplained
|
|
// Here the the "ServiceManager" is called the "Registry"
|
|
package registry
|