package model type LoginAccount struct { Id uint64 Username string Token string }