Documentation ¶
Index ¶
- type Handle
- func (h *Handle) Begin(ctx context.Context, i ...interface{}) (models.Response, error)
- func (h *Handle) Close() error
- func (h *Handle) Configure(ctx context.Context, i ...interface{}) error
- func (h *Handle) Create(ctx context.Context, params ...interface{}) (response models.Response, err error)
- func (h *Handle) Delete(ctx context.Context, i ...interface{}) (models.Response, error)
- func (h *Handle) Execute(ctx context.Context, i ...interface{}) (models.Response, error)
- func (h *Handle) Query(ctx context.Context, params ...interface{}) (response models.Response, err error)
- func (h *Handle) Rollback(ctx context.Context, i ...interface{}) (models.Response, error)
- func (h *Handle) Update(ctx context.Context, params ...interface{}) (response models.Response, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.