From 56294f6821f0fdd8275ee530f3b6cd45d12ca6f4 Mon Sep 17 00:00:00 2001 From: Thomas Labarussias Date: Wed, 24 Jan 2024 00:12:06 +0100 Subject: [PATCH] fix lint Signed-off-by: Thomas Labarussias --- notifiers/loki/loki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifiers/loki/loki.go b/notifiers/loki/loki.go index cf2bbe3f..63eca1a2 100644 --- a/notifiers/loki/loki.go +++ b/notifiers/loki/loki.go @@ -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 {