Files
2024-11-20 23:09:25 +01:00

7 lines
72 B
Go

package sqlc
type SessionData struct {
UserID string
Role string
}