Add command to log out

This commit is contained in:
Tulir Asokan
2018-05-10 15:47:24 +03:00
parent e42ce27e0a
commit 151141f288
5 changed files with 33 additions and 7 deletions

View File

@ -30,6 +30,7 @@ type MatrixContainer interface {
Stop()
Login(user, password string) error
Logout()
SendMessage(roomID, msgtype, message string) (string, error)
SendMarkdownMessage(roomID, msgtype, message string) (string, error)