(ctx iris.Context)
| 49 | } |
| 50 | |
| 51 | func fireCustomErrorCodeName(ctx iris.Context) { |
| 52 | Custom.Details(ctx, "message", "details with arguments: %s", "an argument") |
| 53 | } |
| 54 | |
| 55 | func fireInvalidArgument(ctx iris.Context) { |
| 56 | var req = struct { |
nothing calls this directly
no test coverage detected
searching dependent graphs…