From 01faf03dbb370c49d76b3a9bc7a63a863fd1b031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=9C=E7=93=9C?= <42953016+tyut22316@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:51:52 +0800 Subject: [PATCH] Update yaml.go to fix paralusYAML struct annotation errors (#261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix the number of wg.add bug Fix the number of wg.add bug Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com> * Update yaml.go to fix annotation errors fix the annotation errors Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com> --------- Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com> --- pkg/gateway/yaml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gateway/yaml.go b/pkg/gateway/yaml.go index cdf197f..6df43c8 100644 --- a/pkg/gateway/yaml.go +++ b/pkg/gateway/yaml.go @@ -13,7 +13,7 @@ const ( yamlContentType string = "application/yaml" ) -// paralusJSON is the paralus object to YAML marshaller +// paralusYAML is the paralus object to YAML marshaller type paralusYAML struct { }