refactor(authentication): remove deprecated func (#5246)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/5248/head
parent
370585d1de
commit
d2cdbb23f3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue