(ctx context.Context, obj models.IdentityWrapper)
| 20 | |
| 21 | type IdentityResolver interface { |
| 22 | HumanID(ctx context.Context, obj models.IdentityWrapper) (string, error) |
| 23 | } |
| 24 | |
| 25 | // endregion ************************** generated!.gotpl ************************** |
no outgoing calls
no test coverage detected