Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchExecNGQLLogic ¶
func NewBatchExecNGQLLogic ¶
func NewBatchExecNGQLLogic(ctx context.Context, svcCtx *svc.ServiceContext) BatchExecNGQLLogic
func (*BatchExecNGQLLogic) BatchExecNGQL ¶
func (l *BatchExecNGQLLogic) BatchExecNGQL(req types.BatchExecNGQLParams) (*types.AnyResponse, error)
type ConnectLogic ¶
func NewConnectLogic ¶
func NewConnectLogic(ctx context.Context, svcCtx *svc.ServiceContext) ConnectLogic
func (*ConnectLogic) Connect ¶
func (l *ConnectLogic) Connect(req types.ConnectDBParams) (err error)
type DisonnectLogic ¶
func NewDisonnectLogic ¶
func NewDisonnectLogic(ctx context.Context, svcCtx *svc.ServiceContext) DisonnectLogic
func (*DisonnectLogic) Disonnect ¶
func (l *DisonnectLogic) Disonnect() (*types.AnyResponse, error)
type ExecNGQLLogic ¶
func NewExecNGQLLogic ¶
func NewExecNGQLLogic(ctx context.Context, svcCtx *svc.ServiceContext) ExecNGQLLogic
func (*ExecNGQLLogic) ExecNGQL ¶
func (l *ExecNGQLLogic) ExecNGQL(req types.ExecNGQLParams) (resp *types.AnyResponse, err error)
Click to show internal directories.
Click to hide internal directories.