add memberMu.

This commit is contained in:
Miroslav Šedivý
2020-11-14 23:05:09 +01:00
parent f11c1c5e54
commit 0d419787bc
2 changed files with 35 additions and 20 deletions

View File

@ -23,7 +23,6 @@ type Session interface {
type SessionManager interface {
New(id string, admin bool) Session
Get(id string) (Session, bool)
Has(id string) bool
Destroy(id string) error
HasHost() bool