I'd like to be able to say a service "provides" a name. I.e. you could have several different services, each providing the same name; then other services would be able to use that name in some way (e.g. depends-on, before, etc.)
To deal with the issue of a name resolving to multiple possible services, we could make it so that the user explicitly has to enable at least one provider when there are multiple.
I'd like to be able to say a service "provides" a name. I.e. you could have several different services, each providing the same name; then other services would be able to use that name in some way (e.g. depends-on, before, etc.)
To deal with the issue of a name resolving to multiple possible services, we could make it so that the user explicitly has to enable at least one provider when there are multiple.