Versions in this module Expand all Collapse all v0 v0.12.0 Oct 10, 2024 Changes in this version + const AuthoritativeHiddenSegmentLookupServiceAuthoritativeHiddenSegmentsProcedure + const AuthoritativeHiddenSegmentLookupServiceName + const HiddenSegmentLookupServiceHiddenSegmentsProcedure + const HiddenSegmentLookupServiceName + const HiddenSegmentRegistrationServiceHiddenSegmentRegistrationProcedure + const HiddenSegmentRegistrationServiceName + func NewAuthoritativeHiddenSegmentLookupServiceHandler(svc AuthoritativeHiddenSegmentLookupServiceHandler, ...) (string, http.Handler) + func NewHiddenSegmentLookupServiceHandler(svc HiddenSegmentLookupServiceHandler, opts ...connect.HandlerOption) (string, http.Handler) + func NewHiddenSegmentRegistrationServiceHandler(svc HiddenSegmentRegistrationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler) + type AuthoritativeHiddenSegmentLookupServiceClient interface + AuthoritativeHiddenSegments func(context.Context, ...) (*connect.Response[hidden_segment.AuthoritativeHiddenSegmentsResponse], error) + func NewAuthoritativeHiddenSegmentLookupServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) AuthoritativeHiddenSegmentLookupServiceClient + type AuthoritativeHiddenSegmentLookupServiceHandler interface + AuthoritativeHiddenSegments func(context.Context, ...) (*connect.Response[hidden_segment.AuthoritativeHiddenSegmentsResponse], error) + type HiddenSegmentLookupServiceClient interface + HiddenSegments func(context.Context, *connect.Request[hidden_segment.HiddenSegmentsRequest]) (*connect.Response[hidden_segment.HiddenSegmentsResponse], error) + func NewHiddenSegmentLookupServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) HiddenSegmentLookupServiceClient + type HiddenSegmentLookupServiceHandler interface + HiddenSegments func(context.Context, *connect.Request[hidden_segment.HiddenSegmentsRequest]) (*connect.Response[hidden_segment.HiddenSegmentsResponse], error) + type HiddenSegmentRegistrationServiceClient interface + HiddenSegmentRegistration func(context.Context, ...) (*connect.Response[hidden_segment.HiddenSegmentRegistrationResponse], error) + func NewHiddenSegmentRegistrationServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) HiddenSegmentRegistrationServiceClient + type HiddenSegmentRegistrationServiceHandler interface + HiddenSegmentRegistration func(context.Context, ...) (*connect.Response[hidden_segment.HiddenSegmentRegistrationResponse], error) + type UnimplementedAuthoritativeHiddenSegmentLookupServiceHandler struct + func (UnimplementedAuthoritativeHiddenSegmentLookupServiceHandler) AuthoritativeHiddenSegments(context.Context, ...) (*connect.Response[hidden_segment.AuthoritativeHiddenSegmentsResponse], error) + type UnimplementedHiddenSegmentLookupServiceHandler struct + func (UnimplementedHiddenSegmentLookupServiceHandler) HiddenSegments(context.Context, *connect.Request[hidden_segment.HiddenSegmentsRequest]) (*connect.Response[hidden_segment.HiddenSegmentsResponse], error) + type UnimplementedHiddenSegmentRegistrationServiceHandler struct + func (UnimplementedHiddenSegmentRegistrationServiceHandler) HiddenSegmentRegistration(context.Context, ...) (*connect.Response[hidden_segment.HiddenSegmentRegistrationResponse], error)