UnimplementedControllerServiceServer must be embedded to have forward compatible implementations. NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
| 243 | // NOTE: this should be embedded by value instead of pointer to avoid a nil |
| 244 | // pointer dereference when methods are called. |
| 245 | type UnimplementedControllerServiceServer struct{} |
| 246 | |
| 247 | func (UnimplementedControllerServiceServer) Exec(*ExecRequest, grpc.ServerStreamingServer[ExecResponse]) error { |
| 248 | return status.Errorf(codes.Unimplemented, "method Exec not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected