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

Method GetMetrics

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected