From 814623a3fbba1952763f2921480abe70b11df287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Fri, 23 May 2025 19:16:01 +0200 Subject: [PATCH] fix(event): config section for event. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- event/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/event/config.go b/event/config.go index cfaff3b..648f282 100644 --- a/event/config.go +++ b/event/config.go @@ -9,11 +9,11 @@ import ( //nolint:gochecknoglobals var ( - // DefaultEventPlugin is the default client implementation to use. + // DefaultEventPlugin is the default event implementation to use. DefaultEventPlugin = "natsjs" - // DefaultConfigSection is the default config section for the client. - DefaultConfigSection = "client" + // DefaultConfigSection is the default config section for event(s). + DefaultConfigSection = "event" // DefaultRequestContentType is the default content type used to transport data around. DefaultRequestContentType = codecs.MimeProto