Versions in this module Expand all Collapse all v0 v0.3.0 Jun 18, 2025 v0.2.0 Jun 13, 2025 Changes in this version + type ConsoleModule struct + func NewConsoleModule(output *strings.Builder) *ConsoleModule + func (c *ConsoleModule) GetOutput() string + func (c *ConsoleModule) Name() string + func (c *ConsoleModule) Setup(runtime *sobek.Runtime) error