session.go 111 B

12345
  1. package store
  2. import "git.andreafazzi.eu/andrea/probo/pkg/models"
  3. type SessionStore = Store[*models.Session]