Merge remote-tracking branch 'origin/master' into feat-settings-ui
commit
1341ef79d6
|
@ -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