Versions in this module Expand all Collapse all v0 v0.2.0 Oct 14, 2024 v0.1.0 Sep 28, 2024 Changes in this version + const EchoServiceEchoV1Procedure + const EchoServiceName + func NewEchoServiceHandler(svc EchoServiceHandler, opts ...connect.HandlerOption) (string, http.Handler) + type EchoServiceClient interface + EchoV1 func(context.Context, *connect.Request[debug.EchoServiceEchoV1Request]) (*connect.Response[debug.EchoServiceEchoV1Response], error) + func NewEchoServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) EchoServiceClient + type EchoServiceHandler interface + EchoV1 func(context.Context, *connect.Request[debug.EchoServiceEchoV1Request]) (*connect.Response[debug.EchoServiceEchoV1Response], error) + type UnimplementedEchoServiceHandler struct + func (UnimplementedEchoServiceHandler) EchoV1(context.Context, *connect.Request[debug.EchoServiceEchoV1Request]) (*connect.Response[debug.EchoServiceEchoV1Response], error)