Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServerRegister ¶
type GrpcServerRegister server.GrpcServiceRegister
func NewGrpcServerRegister ¶
func NewGrpcServerRegister(msg *MsgService) GrpcServerRegister
type HttpServerRegister ¶
type HttpServerRegister server.HttpServiceRegister
func NewHttpServerRegister ¶
func NewHttpServerRegister(msg *MsgService) HttpServerRegister
type MsgService ¶
type MsgService struct { pb.UnimplementedMsgServiceServer // contains filtered or unexported fields }
func NewMsgService ¶
func NewMsgService(provider dal.ConstDbProvider, connName dal.ConnName) *MsgService
func (*MsgService) QueryPrepared ¶
func (s *MsgService) QueryPrepared(ctx context.Context, req *pb.QueryPreparedRequest) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.