package
0.0.0-20230306131847-26f457599b8d
Repository: https://github.com/xiaoyawei/buf.git
Documentation: pkg.go.dev
# Functions
Make uses the given generated factory function to create a new connect client.
NewConfig creates a new client configuration with the given HTTP client and options.
WithAddressMapper maps the address with the given function.
WithAuthInterceptorProvider configures a provider that, when invoked, returns an interceptor that can be added to a client for setting the auth token.
WithInterceptors adds the slice of interceptors to all clients returned from this provider.
# Type aliases
ConfigOption is an option for customizing a new Config.
StubFactory is the type of a generated factory function, for creating Connect client stubs.