UserI each *User struct must prepare the data for being placed in the JWT
| 21 | |
| 22 | // UserI each *User struct must prepare the data for being placed in the JWT |
| 23 | type UserI interface { |
| 24 | PrepareUserData() |
| 25 | } |
| 26 | |
| 27 | // User is inherited. |
| 28 | type User struct { |
no outgoing calls
no test coverage detected