mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
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
|