Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCardinalityMismatch = errors.New("multiple values provided for non-repeated field") ErrInvalidEnumValue = errors.New("invalid enum value") ErrNestedMapping = errors.New("nested mapping not implemented") ErrUnknownProtoKind = errors.New("unknown proto kind") ErrPathParamRepeated = errors.New("path params can't be repeated fields") )
Functions ¶
func GrpcProxy ¶
func GrpcProxy[Request proto.Message, Response proto.Message]( cc *grpc.ClientConn, desc grpc.StreamDesc, fullMethod string, ) runtime.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.