fix session
This commit is contained in:
parent
b7c937dde6
commit
8bb5500a39
|
@ -8,7 +8,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Session a Session object with all data
|
// Session a Session object with all data
|
||||||
type Session struct {
|
type Session interface {
|
||||||
assession.Session
|
assession.Session
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue