8 lines
339 B
Go
8 lines
339 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package auth implements the configuration settings to
|
|
// ensure authentication on incoming requests, and allows
|
|
// exporters to add authentication on outgoing requests.
|
|
package extensionauth // import "go.opentelemetry.io/collector/extension/extensionauth"
|