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

Method GetMetrics

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

Source from the content-addressed store, hash-verified

75}
76
77func (s *service) GetMetrics(
78 ctx context.Context,
79 req *connect.Request[apiv2.GetMetricsRequest],
80) (
81 *connect.Response[apiv2.GetMetricsResponse],
82 error,
83) {
84 return nil, ErrNeedsImplementation
85}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected