bufapiclient

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package bufapiclient provides client-side Connect constructs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConnectClientProvider added in v1.5.0

func NewConnectClientProvider(
	logger *zap.Logger,
	client *http.Client,
	options ...RegistryProviderOption,
) (registryv1alpha1apiclient.Provider, error)

NewConnectClientProvider creates a new Provider using Connect as its underlying transport.

Types

type RegistryProviderOption

type RegistryProviderOption func(*registryProviderOptions)

RegistryProviderOption is an option for a new registry Provider.

func RegistryProviderWithAddressMapper

func RegistryProviderWithAddressMapper(addressMapper func(string) string) RegistryProviderOption

RegistryProviderWithAddressMapper returns a new RegistryProviderOption that maps addresses with the given function.

func RegistryProviderWithContextModifierProvider

func RegistryProviderWithContextModifierProvider(contextModifierProvider func(address string) (func(context.Context) context.Context, error)) RegistryProviderOption

RegistryProviderWithContextModifierProvider returns a new RegistryProviderOption that creates a context modifier for a given address. This is used to modify the context before every RPC invocation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL