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

Method GetLogs

cli/workspace/cmd/api2/api2.go:57–65  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *connect.Request[apiv2.GetLogsRequest],
)

Source from the content-addressed store, hash-verified

55type service struct{}
56
57func (s *service) GetLogs(
58 ctx context.Context,
59 req *connect.Request[apiv2.GetLogsRequest],
60) (
61 *connect.Response[apiv2.GetLogsResponse],
62 error,
63) {
64 return nil, ErrNeedsImplementation
65}
66
67func (s *service) PutLogs(
68 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected