Merge remote-tracking branch 'origin/master' into feat-settings-ui

feat-otp-verification
James Elliott 2023-04-15 10:52:49 +10:00
commit 1341ef79d6
No known key found for this signature in database
GPG Key ID: 0F1C4A096E857E49
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)