package
2.0.0+incompatible
Repository: https://github.com/phpstudyer/protoreflect.git
Documentation: pkg.go.dev
# Functions
NewStub creates a new RPC stub that uses the given channel for dispatching RPCs.
NewStubWithMessageFactory creates a new RPC stub that uses the given channel for dispatching RPCs and the given MessageFactory for creating response messages.
# Structs
BidiStream represents a bi-directional stream for sending messages to and receiving messages from a server.
ClientStream represents a response stream from a client.
ServerStream represents a response stream from a server.
Stub is an RPC client stub, used for dynamically dispatching RPCs to a server.
# Interfaces
Channel represents the operations necessary to issue RPCs via gRPC.