type DeepThoughtsModule … func (d DeepThoughtsModule) LoadConfig(file config.ConfigFile) { … } func (d DeepThoughtsModule) Name() string { … } func (d DeepThoughtsModule) Help() string { … } func (d DeepThoughtsModule) Start(ctx context.Context) { … } func (d DeepThoughtsModule) Stop() { … } func (d DeepThoughtsModule) LogInfo(content string) { … } func (d DeepThoughtsModule) LogError(content string, err error) { … }