package
0.6.1
Repository: https://github.com/openconfig/ondatra.git
Documentation: pkg.go.dev

# Functions

NewServer returns a GRPCServer proxy that handles unknown services.
RegisterMetricViews registers all metric views for proxy for Opencensus to actively record.
WithDialer sets the proxy server GRPCDialer implementation.
WithLRUCache sets the cache size and the keyFunction for caching GRPC client connections.
WithServerProvider sets the proxy server GRPCServer provider implementation.

# Interfaces

GRPCDialer is interface to dial a gRPC connection.
GRPCServer is an interface to server gRPC.

# Type aliases

CacheEvictFn returns true if the cache entry for that GRPC client connection should be evicted.
CacheKeyFn returns a key for caching a GRPC client connection.
DestProviderFn computes a target address for this reverse proxy for every new proxy request.
Option configures the proxy server.
ServerProviderFn creates a GRPCServer from server options.