package
0.0.0-20231110110751-854b266cf448
Repository: https://github.com/peter-mount/golib.git
Documentation: pkg.go.dev

# Packages

A simple kernel service wich provides access to a single github.com/etcd-io/bbolt object store.
This provides the Kernel a managed Cron service.
No description provided by the author
No description provided by the author

# Functions

Launch is a convenience method to launch a single service.

# Structs

Kernel is the core container for deployed services.
MemUsage is a Kernel service which will log on shutdown the duration of the process and how much memory it has used.

# 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.