diff options
Diffstat (limited to 'db/db.go')
| -rw-r--r-- | db/db.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -56,6 +56,7 @@ type Model interface {  	DeleteSession(session Session) error  	TouchSession(session Session) error  	CheckSession(session Session) (bool, error) +	CheckSessionId(id string) (bool, error)  	CleanSessions(maxIdle time.Duration) error  	AllSessions() ([]Session, error) | 
