package
0.1.1
Repository: https://github.com/openfunction/dapr-proxy.git
Documentation: pkg.go.dev

# Functions

CreateGRPCChannel currently unused.
CreateLocalChannel creates a gRPC connection with user code.
GetDialAddressPrefix returns a dial prefix for a gRPC client connections For a given DaprMode.
No description provided by the author

# Structs

Channel is a concrete AppChannel implementation for interacting with gRPC based user code.
Manager is a wrapper around gRPC connection pooling.

# Interfaces

ClientConnCloser combines grpc.ClientConnInterface and io.Closer to cover the methods used from *grpc.ClientConn.