This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/internal/sessions/sessions.go

10 lines
98 B
Go
Raw Normal View History

2021-01-06 19:36:09 +00:00
package sessions
2021-01-08 02:45:59 +00:00
// import (
// "github.com/dgrijalva/jwt-go"
// )
2021-01-06 19:36:09 +00:00
type Manager struct {
}