Add platform config to proxy plugins

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-04-19 17:48:04 -07:00
parent 290a800e83
commit 4e5693938f
2 changed files with 16 additions and 2 deletions

View File

@@ -167,8 +167,9 @@ type CgroupConfig struct {
// ProxyPlugin provides a proxy plugin configuration
type ProxyPlugin struct {
Type string `toml:"type"`
Address string `toml:"address"`
Type string `toml:"type"`
Address string `toml:"address"`
Platform string `toml:"platform"`
}
// Decode unmarshals a plugin specific configuration by plugin id