add .Close() method to interface and all implementations.
This commit is contained in:
@@ -13,3 +13,7 @@ type MySQLBackend struct {
|
||||
QueryKindsLimit int
|
||||
QueryTagsLimit int
|
||||
}
|
||||
|
||||
func (b *MySQLBackend) Close() {
|
||||
b.DB.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user