fix typo in TxCommitter interface comment
This commit is contained in:
parent
f3547e00cc
commit
9e17be494b
@ -50,7 +50,7 @@ type ConnPoolBeginner interface {
|
|||||||
BeginTx(ctx context.Context, opts *sql.TxOptions) (ConnPool, error)
|
BeginTx(ctx context.Context, opts *sql.TxOptions) (ConnPool, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TxCommitter tx commiter
|
// TxCommitter tx committer
|
||||||
type TxCommitter interface {
|
type TxCommitter interface {
|
||||||
Commit() error
|
Commit() error
|
||||||
Rollback() error
|
Rollback() error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user