Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Method ¶
type Method struct { FullName string Input protoreflect.MessageDescriptor Output protoreflect.MessageDescriptor Invoker Invoker HTTPMethod string HTTPPath string ForwardResponseHeaders map[string]bool ForwardRequestHeaders map[string]bool }
type Router ¶
type Router struct { ForwardResponseHeaders map[string]bool ForwardRequestHeaders map[string]bool // contains filtered or unexported fields }
func (*Router) RegisterService ¶
func (rr *Router) RegisterService(ss protoreflect.ServiceDescriptor, conn Invoker) error
func (*Router) SetNotFoundHandler ¶
func (*Router) StaticJSON ¶
Click to show internal directories.
Click to hide internal directories.