package
0.0.0-20231110110751-854b266cf448
Repository: https://github.com/peter-mount/golib.git
Documentation: pkg.go.dev
# Functions
Launch is a convenience method to launch a single service.
# Interfaces
A Service that expects to be called in the Init lifecycle phase.
A Service that expects to be called in the PostInit lifecycle phase.
A Service that is expected to run in the Run lifecycle phase.
Service to be deployed within the Kernel.
A Service that expects to be called in the Start lifecycle phase.
A Service that expects to be called when the kernel shutsdown if it's in the Start or Run lifecycle phases.