Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <[email protected]>
  • Loading branch information
Issif committed Jan 23, 2024
1 parent 7256e6d commit 56294f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifiers/loki/loki.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import (
// # key: value

type Configuration struct {
CustomHeaders map[string]string `field:"custom_headers"`
HostPort string `field:"host_port"`
User string `field:"user"`
APIKey string `field:"api_key"`
Tenant string `field:"tenant"`
CustomHeaders map[string]string `field:"custom_headers"`
}

type Payload struct {
Expand Down

0 comments on commit 56294f6

Please sign in to comment.