Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestFullNameFromMethodDesc ¶
func RequestFullNameFromMethodDesc(sd *grpc.ServiceDesc, method grpc.MethodDesc) (protoreflect.FullName, error)
RequestFullNameFromMethodDesc returns the fully-qualified name of the request message of the provided service's method.
Types ¶
type Handler ¶
type Handler = func(ctx context.Context, request, response protoiface.MessageV1) error
func MakeHybridHandler ¶
func MakeHybridHandler(cdc codec.BinaryCodec, sd *grpc.ServiceDesc, method grpc.MethodDesc, handler interface{}) (Handler, error)
Click to show internal directories.
Click to hide internal directories.