transactions

package
v0.0.0-...-bffa35e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ITransaction

type ITransaction interface {
	Commit() error
	Rollback() error
}

ITransaction provides work with transactions.

type ITransactionBegin

type ITransactionBegin interface {
	Begin() (ITransaction, error)
}

ITransactionBegin provides start with transactions.

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL