package models type Token struct { Token string `json:"token"` UserId uint8 `json:"userid"` }