From fcb795ee61482850df2fe190fc858d5f356be897 Mon Sep 17 00:00:00 2001 From: maura fortino Date: Thu, 11 Jan 2024 14:08:26 -0500 Subject: [PATCH] updated config to clear formatting issue --- config.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config.go b/config.go index 45ba4657..31fba38d 100644 --- a/config.go +++ b/config.go @@ -20,13 +20,12 @@ import ( // Config is the top level configuration for the caduceus service. Everything // is contained in this structure or it will intentially cause a failure. type Config struct { - Logging sallust.Config - Tracing candlelight.Config - Prometheus touchstone.Config - Servers Servers - ArgusClientTimeout HttpClientTimeout - JWTValidator JWTValidator - // Webhook ancla.Config //@TODO: need to fix the ancla/argus dependency issue + Logging sallust.Config + Tracing candlelight.Config + Prometheus touchstone.Config + Servers Servers + ArgusClientTimeout HttpClientTimeout + JWTValidator JWTValidator Sender SenderConfig Service Service AuthHeader []string @@ -36,6 +35,8 @@ type Config struct { Flavor string PreviousVersionSupport bool Region string + // Webhook ancla.Config //@TODO: need to fix the ancla/argus dependency issue + } type Service struct {