mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
To be able to tell service discovery whether to enable a service on a particular runtime, a common base interface DiscoverableService extends BindableService was added.
This module is responsible for aggregating the link graph from the partitioned services, and exposing a unified view of the link graph. It does not keep any data or state, but instead delegates to the partitioned services.