mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add memberMu.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user