IndieAuthUser see indieauth.net
| 134 | |
| 135 | // IndieAuthUser see indieauth.net |
| 136 | type IndieAuthUser struct { |
| 137 | User |
| 138 | URL string `json:"me"` |
| 139 | } |
| 140 | |
| 141 | // PrepareUserData implement PersonalData interface |
| 142 | func (u *IndieAuthUser) PrepareUserData() { |
nothing calls this directly
no outgoing calls
no test coverage detected