session provider에도 touch 추가
This commit is contained in:
@ -31,6 +31,7 @@ type Provider interface {
|
||||
New(*Authorization) (string, error)
|
||||
Delete(primitive.ObjectID) error
|
||||
Query(string) (*Authorization, error)
|
||||
Touch(string) (bool, error)
|
||||
}
|
||||
|
||||
type Consumer interface {
|
||||
|
||||
Reference in New Issue
Block a user