세션 삭제용 구조체 선언
This commit is contained in:
@ -57,8 +57,9 @@ type Provider interface {
|
||||
}
|
||||
|
||||
type InvalidatedSession struct {
|
||||
Account primitive.ObjectID
|
||||
Infinite bool
|
||||
Account primitive.ObjectID
|
||||
SessionKeys []string
|
||||
Infinite bool
|
||||
}
|
||||
|
||||
type Consumer interface {
|
||||
|
||||
Reference in New Issue
Block a user