Versions in this module Expand all Collapse all v3 v3.3.3 Oct 4, 2022 Changes in this version + const ModuleName + func RunAdditionalOperations(cfg *Config) error + type Config struct + Port uint + func NewConfig(port uint) *Config + func ParseConfig(bytes []byte) (*Config, error) + type Module struct + func NewModule(cfg config.Config) *Module + func (m *Module) Name() string + func (m *Module) RunAdditionalOperations() error