1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-07-05 00:38:45 +02:00

Add Column Metadata #152

This commit is contained in:
Ales Pour
2020-06-22 22:26:35 +02:00
parent 3b99664e4f
commit 3b533ba431
10 changed files with 422 additions and 3 deletions

View File

@ -20,7 +20,7 @@ import (
// Sqlmock interface serves to create expectations
// for any kind of database action in order to mock
// and test real database behavior.
type Sqlmock interface {
type SqlmockCommon interface {
// ExpectClose queues an expectation for this database
// action to be triggered. the *ExpectedClose allows
// to mock database response