Add unimplemented AddEventListener
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2018-09-08 19:57:55 +02:00
parent a64a4e1541
commit 6e1b6e1826
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -308,3 +308,7 @@ func (c *Client) MarkRead(channel string, uids []string) error {
res.Body.Close()
return nil
}
func (c *Client) AddEventListener(el microsub.EventListener) error {
panic("implement me")
}