From d2cdbb23f3f5f26209b931c60bb6dee4c2229251 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sat, 15 Apr 2023 10:51:50 +1000 Subject: [PATCH] refactor(authentication): remove deprecated func (#5246) Signed-off-by: James Elliott --- internal/authentication/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/authentication/types.go b/internal/authentication/types.go index 7c2828f8f..8e695fe00 100644 --- a/internal/authentication/types.go +++ b/internal/authentication/types.go @@ -18,7 +18,6 @@ type LDAPClientFactory interface { // // Methods added to this interface that have a direct correlation with one from ldap.Client should have the same signature. type LDAPClient interface { - Start() Close() IsClosing() bool SetTimeout(timeout time.Duration)