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