6 lines
107 B
Go
6 lines
107 B
Go
|
package store
|
||
|
|
||
|
import "git.andreafazzi.eu/andrea/probo/models"
|
||
|
|
||
|
type SessionStore = Store[*models.Session]
|