1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-03 19:22:47 +02:00

Replace the name of the stream if using an alias

This commit is contained in:
Yohann D'ANELLO
2021-01-08 22:23:33 +01:00
parent 7e0ee7aba5
commit e47aefd6df
4 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ type Options struct {
// Backend to log user in
type Backend interface {
Login(string, string) (bool, error)
Login(string, string) (bool, string, error)
Close()
}