Update agent.go

This commit is contained in:
Daniel Hougaard
2024-06-16 07:45:47 +02:00
parent 6bad13738f
commit 2675aa6969

View File

@@ -82,11 +82,6 @@ type AwsIamAuth struct {
IdentityID string `yaml:"identity-id"`
}
type OAuthConfig struct {
ClientID string `yaml:"client-id"`
ClientSecret string `yaml:"client-secret"`
}
type Sink struct {
Type string `yaml:"type"`
Config SinkDetails `yaml:"config"`