We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dde785 commit e3e0926Copy full SHA for e3e0926
internal/output/tls/tls.go
@@ -2,8 +2,8 @@
2
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
3
// See the LICENSE file in the project root for more information.
4
5
-package tcp
6
// Package tls provides an output that writes data to a TLS+TCP connection.
+package tls
7
8
import (
9
"context"
internal/output/udp/udp.go
// Package udp provides an output that writes data to a UDP destination.
+package udp
0 commit comments