2022-12-13 13:03:26 -06:00

9 lines
110 B
Go

package session
type User struct {
Id string
FirstName string
LastName string
Avatar string
}