We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4a185 commit f62bf7dCopy full SHA for f62bf7d
sql/interfaces.go
@@ -9,7 +9,7 @@ type (
9
Handler interface {
10
Connect() (*sql.DB, error)
11
DB() (*sql.DB, error)
12
- Disconnect()
+ Disconnect() error
13
}
14
15
// Service is the interface for the service
0 commit comments