From 87d772a7d708fec12f48cd8adc0dedff6e1025da Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 10:15:20 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- src/go/collectors/go.d.plugin/pkg/web/web.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/go/collectors/go.d.plugin/pkg/web/web.go (limited to 'src/go/collectors/go.d.plugin/pkg/web/web.go') diff --git a/src/go/collectors/go.d.plugin/pkg/web/web.go b/src/go/collectors/go.d.plugin/pkg/web/web.go deleted file mode 100644 index cbda396d4..000000000 --- a/src/go/collectors/go.d.plugin/pkg/web/web.go +++ /dev/null @@ -1,11 +0,0 @@ -// SPDX-License-Identifier: GPL-3.0-or-later - -package web - -// HTTP is a struct with embedded Request and Client. -// This structure intended to be part of the module configuration. -// Supported configuration file formats: YAML. -type HTTP struct { - Request `yaml:",inline" json:""` - Client `yaml:",inline" json:""` -} -- cgit v1.2.3