package
0.0.0-20241118202920-e0a1d089f929
Repository: https://github.com/tractordev/toolkit-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
Init only needs to be explicitly called if you need to run code before calling Run.
New returns an Assembly with any values added as units.
Run assembles units and starts the program.
No description provided by the author
# Variables
No description provided by the author
Main is a global reference to the top-level main unit.
# Interfaces
No description provided by the author
Initializer provides an initialization hook after assembly.
PostInitializer provides a hook after initialization.
Runner is a unit that can take over the program entrypoint.
Service is a long-running process managed by daemon.Framework.
No description provided by the author
Unit is a reference to a struct.