package config type IntegrationConfig struct { Plugin PluginConfig `mapstructure:"plugin"` } type PluginConfig struct { Name string `mapstructure:"name"` }