Versions in this module Expand all Collapse all v2 v2.0.0 Dec 4, 2023 Changes in this version + type Base struct + func (b *Base) Destroy() + func (b *Base) Init() + func (b *Base) Name() string + func (b *Base) Restart() + func (b *Base) Start() + type Component interface + Destroy func() + Init func() + Name func() string + Restart func() + Start func()