( ctx context.Context, req *connect.Request[apiv1.GetLogsRequest], )
| 56 | } |
| 57 | |
| 58 | func (s *service) GetLogs( |
| 59 | ctx context.Context, |
| 60 | req *connect.Request[apiv1.GetLogsRequest], |
| 61 | ) ( |
| 62 | *connect.Response[apiv1.GetLogsResponse], |
| 63 | error, |
| 64 | ) { |
| 65 | return nil, ErrNeedsImplementation |
| 66 | } |
| 67 | |
| 68 | func (s *service) PutLogs( |
| 69 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected