(ctx context.Context, req *agentproto.ReportBoundaryLogsRequest)
| 42 | // Reporter reports boundary logs from workspaces. |
| 43 | type Reporter interface { |
| 44 | ReportBoundaryLogs(ctx context.Context, req *agentproto.ReportBoundaryLogsRequest) (*agentproto.ReportBoundaryLogsResponse, error) |
| 45 | } |
| 46 | |
| 47 | // Server listens on a Unix socket for boundary log messages and buffers them |