(ctx context.Context, obj *bug.Comment)
| 22 | |
| 23 | type BugCommentResolver interface { |
| 24 | Author(ctx context.Context, obj *bug.Comment) (models.IdentityWrapper, error) |
| 25 | } |
| 26 | |
| 27 | // endregion ************************** generated!.gotpl ************************** |
no outgoing calls
no test coverage detected