type TodayInCyberpunkModule … func (t TodayInCyberpunkModule) Name() string { … } func (t TodayInCyberpunkModule) Help() string { … } func (t TodayInCyberpunkModule) Start(ctx context.Context) { … } func (t TodayInCyberpunkModule) Stop() { … } func (t TodayInCyberpunkModule) LogInfo(content string) { … } func (t TodayInCyberpunkModule) LogError(content string, err error) { … }