Skip to content

Commit 91d8a3d

Browse files
committed
remove deprecated aliases
Removes: - configauth.Authentication use configauth.Config instead - extensionauthtest.NewErrorClient use extensionauthtest.NewErr instead Signed-off-by: Alex Boten <[email protected]>
1 parent c7eff7c commit 91d8a3d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

config/configauth/configauth.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ var (
2222
errNotServer = errors.New("requested authenticator is not a server authenticator")
2323
)
2424

25-
// Deprecated: [v0.125.0] Use Config instead.
26-
type Authentication = Config
27-
2825
// Config defines the auth settings for the receiver.
2926
type Config struct {
3027
// AuthenticatorID specifies the name of the extension to use in order to authenticate the incoming data point.

extension/extensionauth/extensionauthtest/err.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ type errClient struct {
2828
extensionauth.ServerAuthenticateFunc
2929
}
3030

31-
// Deprecated: [v0.125.0] Use NewErr.
32-
var NewErrorClient = NewErr
33-
3431
// NewErr returns a new [extension.Extension] that implements all
3532
// extensionauth interface and always returns an error.
3633
func NewErr(err error) extension.Extension {

0 commit comments

Comments
 (0)