Versions in this module Expand all Collapse all v0 v0.1.1 Oct 1, 2022 Changes in this version + const Development + const Production + var EnvName string + var WorkDir string + func AddComponents(instances ...Component) + func DeferAdd(handle DeferHandler) + func DeferRun() + func GetComponentConfiguration(name string, conf interface{}) error + func LoadComponents() + func LoadConfigurationFile(path string) error + func SignalHandle(handler *SignalHandler) + func SignalNotify() + type Component interface + GetName func() string + Load func() error + type DeferHandler func() + type SignalHandler struct + F func() + Sig syscall.Signal