( _ context.Context, responseWriter check.ResponseWriter, _ check.Request, methodDescriptor protoreflect.MethodDescriptor, )
| 41 | } |
| 42 | |
| 43 | func checkRPCSuffix( |
| 44 | _ context.Context, |
| 45 | responseWriter check.ResponseWriter, |
| 46 | _ check.Request, |
| 47 | methodDescriptor protoreflect.MethodDescriptor, |
| 48 | ) error { |
| 49 | responseWriter.AddAnnotation( |
| 50 | check.WithMessage("hello world"), |
| 51 | ) |
| 52 | return nil |
| 53 | } |
nothing calls this directly
no outgoing calls
no test coverage detected