package
Version:
v0.0.0-...-56cb166
Opens a new window with list of versions in this module.
Published: Feb 19, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ErrBusy = 5
ErrBusyRecovery = 5 | (1 << 8)
ErrBusySnapshot = 5 | (2 << 8)
)
New creates a new dqlite driver, which also implements the
driver.Driver interface.
type Error struct {
Code int
Message string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.