Documentation ¶
Index ¶
- type Handler
- func (h *Handler) DescribeFunc(req serverDomain.GrpcReq) (ret grpcDomain.Desc, err error)
- func (h *Handler) InvokeFunc(req serverDomain.GrpcReq) (ret grpcDomain.InvRes, err error)
- func (h *Handler) List(req serverDomain.GrpcReq) (services, methods []string, err error)
- func (h *Handler) ListWithProto(req serverDomain.GrpcReq) (services, methods []string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler hold all handler methods
func (*Handler) DescribeFunc ¶
func (h *Handler) DescribeFunc(req serverDomain.GrpcReq) (ret grpcDomain.Desc, err error)
func (*Handler) InvokeFunc ¶
func (h *Handler) InvokeFunc(req serverDomain.GrpcReq) (ret grpcDomain.InvRes, err error)
func (*Handler) List ¶
func (h *Handler) List(req serverDomain.GrpcReq) (services, methods []string, err error)
func (*Handler) ListWithProto ¶
func (h *Handler) ListWithProto(req serverDomain.GrpcReq) (services, methods []string, err error)
ListWithProto handling client request for service list with proto
Click to show internal directories.
Click to hide internal directories.