We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60c9bd commit 3b67049Copy full SHA for 3b67049
sessionx.go
@@ -3,6 +3,7 @@ package gocqlxmock
3
import (
4
"context"
5
6
+ "github.com/gocql/gocql"
7
"github.com/stretchr/testify/mock"
8
)
9
@@ -12,8 +13,8 @@ type ISessionx interface {
12
13
ExecStmt(stmt string) error
14
}
15
-/* ==================================================== */
16
type SessionxMock struct {
17
+ *gocql.Session
18
mock.Mock
19
20
0 commit comments