refactor(authentication): remove deprecated func (#5246)

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/5248/head
James Elliott 2023-04-15 10:51:50 +10:00 committed by GitHub
parent 370585d1de
commit d2cdbb23f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)