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

Method GetLogs

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

Source from the content-addressed store, hash-verified

56}
57
58func (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
68func (s *service) PutLogs(
69 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected