robocin / ssl-core

MIT License
10 stars 0 forks source link

Move `service_discovery` and `singleton` implementation for `common` folder #86

Open aalmds opened 3 months ago

aalmds commented 3 months ago

The first version of service_discovery and singleton where added in #79. But, both files must me used across all project, since others components may used a singleton design pattern and all services need access the service_discovery to archieve distributed communication.

This issue aims: