MCPcopy Create free account
hub / github.com/bufbuild/buf-examples / PutLogs

Method PutLogs

cli/workspace/cmd/api1/api1.go:68–76  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *connect.Request[apiv1.PutLogsRequest],
)

Source from the content-addressed store, hash-verified

66}
67
68func (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
78func (s *service) GetMetrics(
79 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected