type Config struct { // Root directory for the plugin RootPath string `toml:"root_path"` }
Config represents configuration for the native plugin.