Lunchpail compiles your job code into an all-in-one executable. Others download that binary, and "up" it to run your code in the Cloud or an existing Kubernetes cluster.
Apache License 2.0
6
stars
2
forks
source link
refactor: move remnants of be/delegation into be.Backend interface #201
introduces be/events which is mostly observe/events
introduces a be/controller.Controller interface, which lets pkg/observe control the backend without access to the rest of the backend impl (also helps to avoid import cycles)