3f70c4e c991d6d
1
2
3
4
5
6
7
package models type AuthenticatedUser struct { Account Account `json:"account"` Token string `json:"token"` }