package
1.3.3
Repository: https://github.com/hoveychen/grpcurl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

MetadataFailEarly is a request header that, if present and not zero, indicates that the RPC should fail immediately with that code.
MetadataFailLate is a request header that, if present and not zero, indicates that the RPC should fail at the end with that code.
MetadataReplyHeaders is a request header that contains values that will be echoed back to the client as response headers.
MetadataReplyTrailers is a request header that contains values that will be echoed back to the client as response trailers.

# Structs

TestServer implements the TestService interface defined in example.proto.