Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateESConnLogic ¶
func NewCreateESConnLogic ¶
func NewCreateESConnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateESConnLogic
func (*CreateESConnLogic) CreateESConn ¶
func (l *CreateESConnLogic) CreateESConn(in *pb.CreateESConnRequest) (*pb.Empty, error)
type DeleteESConnLogic ¶
func NewDeleteESConnLogic ¶
func NewDeleteESConnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteESConnLogic
func (*DeleteESConnLogic) DeleteESConn ¶
type ESConnAllLogic ¶
func NewESConnAllLogic ¶
func NewESConnAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ESConnAllLogic
func (*ESConnAllLogic) ESConnAll ¶
func (l *ESConnAllLogic) ESConnAll(in *pb.Empty) (*pb.ESConnResponse, error)
type ESConnDetailLogic ¶
func NewESConnDetailLogic ¶
func NewESConnDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ESConnDetailLogic
func (*ESConnDetailLogic) ESConnDetail ¶
type ESConnPagingLogic ¶
func NewESConnPagingLogic ¶
func NewESConnPagingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ESConnPagingLogic
func (*ESConnPagingLogic) ESConnPaging ¶
func (l *ESConnPagingLogic) ESConnPaging(in *pb.ESConnPagingRequest) (*pb.ESConnResponse, error)
type ESConnTotalLogic ¶
func NewESConnTotalLogic ¶
func NewESConnTotalLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ESConnTotalLogic
func (*ESConnTotalLogic) ESConnTotal ¶
type PingLogic ¶
func NewPingLogic ¶
func NewPingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PingLogic
func (*PingLogic) Ping ¶
func (l *PingLogic) Ping(in *pb.PingRequest) (*pb.PingResponse, error)
type UpdateESConnLogic ¶
func NewUpdateESConnLogic ¶
func NewUpdateESConnLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateESConnLogic
func (*UpdateESConnLogic) UpdateESConn ¶
func (l *UpdateESConnLogic) UpdateESConn(in *pb.UpdateESConnRequest) (*pb.Empty, error)
Click to show internal directories.
Click to hide internal directories.