Skip to content

Commit

Permalink
Fixing Client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Cox authored and stefanmcshane committed Mar 30, 2021
1 parent 0c91910 commit 95db564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type Client interface {
Start()
StartTLS(*tls.Config) error
Close()
IsClosing() bool
SetTimeout(time.Duration)

Bind(username, password string) error
Expand Down

0 comments on commit 95db564

Please sign in to comment.