| 178 | } |
| 179 | |
| 180 | type criGRPCServer struct { |
| 181 | runtime.RuntimeServiceServer |
| 182 | runtime.ImageServiceServer |
| 183 | io.Closer |
| 184 | initializer |
| 185 | } |
| 186 | |
| 187 | func (c *criGRPCServer) register(s *grpc.Server) error { |
| 188 | instrumented := instrument.NewService(c) |
nothing calls this directly
no outgoing calls
no test coverage detected