( ctx context.Context, req *connect.Request[apiv1.PutLogsRequest], )
| 66 | } |
| 67 | |
| 68 | func (s *service) PutLogs( |
| 69 | ctx context.Context, |
| 70 | req *connect.Request[apiv1.PutLogsRequest], |
| 71 | ) ( |
| 72 | *connect.Response[emptypb.Empty], |
| 73 | error, |
| 74 | ) { |
| 75 | return nil, ErrNeedsImplementation |
| 76 | } |
| 77 | |
| 78 | func (s *service) GetMetrics( |
| 79 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected