SkipLabs / skip

Skip is a framework for building reactive services
https://skiplabs.io
MIT License
152 stars 10 forks source link

Reshuffle/rename things around SkipRuntime/Services #426

Closed bennostein closed 3 days ago

bennostein commented 3 days ago

The main change here is that we're pulling the "SkipRuntime" interface out of the public API, as the intention from Daniel/Lucas is that those operations on resources are to be managed under the hood by the framework.

I also renamed it to ServiceInstance but am open to changing that -- my thinking is that it represents a running service, i.e. an instance created by passing a SkipService (which specifies the logic/structure of a reactive service) to initService (which actually spins the thing up)