svcs
svcs copied to clipboard
Pinging locally defined services
Discussed in https://github.com/hynek/svcs/discussions/81
Originally posted by vladfedoriuk April 11, 2024 Hi!
Thanks for sharing your library, which has been incredibly useful in my projects.
I would like to ask a question - would you find it useful to make the svcs._core.Container.get_pings
method include locally defined services with svcs._core.Container.register_local_factory
or svcs._core.Container.register_local_value
methods? Currently, it retrieves objects stored in the registry
attribute of the svcs._core.Container
, but I believe there might be a use-case for getting all the registered services defining a ping
within the application.
Thanks in advance!