()
| 14 | // This interface is used to wrap either a lazyIdentity or a loadedIdentity depending on the situation. |
| 15 | type IdentityWrapper interface { |
| 16 | Id() entity.Id |
| 17 | Name() string |
| 18 | Email() (string, error) |
| 19 | Login() (string, error) |
no outgoing calls
no test coverage detected