MCPcopy Create free account
hub / github.com/cloudwan/gohan / Close

Method Close

db/db.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39type DB interface {
40 Connect(string, string, int) error
41 Close()
42 Begin() (transaction.Transaction, error)
43 BeginTx(ctx context.Context, options *transaction.TxOptions) (transaction.Transaction, error)
44 RegisterTable(s *schema.Schema, cascade, migrate bool) error

Callers 9

keystone_test.goFile · 0.65
ensureDatabaseFunction · 0.65
dropDatabaseFunction · 0.65
handleResponseMethod · 0.65
client_test.goFile · 0.65
GetContentFunction · 0.65
tryWithinTxFunction · 0.65
InitDBWithSchemasFunction · 0.65
db_test.goFile · 0.65

Implementers 4

DBdb/sql/sql.go
MockDBdb/mocks/db.go
MockDBMockRecorderdb/mocks/db.go
DBdb/file/file.go

Calls

no outgoing calls

Tested by

no test coverage detected