MCPcopy Index your code
hub / github.com/coder/coder / ReportBoundaryLogs

Method ReportBoundaryLogs

agent/boundarylogproxy/proxy.go:44–44  ·  view source on GitHub ↗
(ctx context.Context, req *agentproto.ReportBoundaryLogsRequest)

Source from the content-addressed store, hash-verified

42// Reporter reports boundary logs from workspaces.
43type 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

Callers 1

RunForwarderMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected