package session type Session struct { ID uint `json:"id"` Account string `json:"account"` }