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 { }