Documentation ¶
Index ¶
- func GetMethodDescriptor(s *Server, n *Method) (*grpc.MethodDescriptor, error)
- func GetMethodFromServer(r *Server, n *Method, protocol bufcurl.ReflectProtocol) (protoreflect.MethodDescriptor, error)
- func New(b *base.Node, node *grpc.GRPC) graph.Node
- func NewMethodProto(pack, service, method string) *pgrpc.GRPC
- func NewProto(name string, g *grpc.GRPC) *gen.Node
- func NewServerProto(host string) *pgrpc.GRPC
- func WireMethod(ctx context.Context, g *Server, n *Method, obs rxgo.Observable) (graph.IO, error)
- type Method
- type Server
- type ServerProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMethodDescriptor ¶
func GetMethodDescriptor(s *Server, n *Method) (*grpc.MethodDescriptor, error)
func GetMethodFromServer ¶
func GetMethodFromServer(r *Server, n *Method, protocol bufcurl.ReflectProtocol) (protoreflect.MethodDescriptor, error)
func NewMethodProto ¶
func NewServerProto ¶
Types ¶
type ServerProvider ¶
type ServerProvider interface {
GetServer() *Server
}
Click to show internal directories.
Click to hide internal directories.