Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCommitManagerNotAvailable is returned when the commit manager is nil. ErrCommitManagerNotAvailable = errors.New("commit manager not available") // ErrCommitManagerTypeAssertionFailed is returned when the commit manager // cannot be type-asserted to *transaction.CommitManager. ErrCommitManagerTypeAssertionFailed = errors.New("commit manager type assertion failed") )
Sentinel errors for commit handlers.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.