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

Struct MockDB

db/mocks/db.go:18–21  ·  view source on GitHub ↗

MockDB is a mock of DB interface

Source from the content-addressed store, hash-verified

16
17// MockDB is a mock of DB interface
18type MockDB struct {
19 ctrl *gomock.Controller
20 recorder *MockDBMockRecorder
21}
22
23// MockDBMockRecorder is the mock recorder for MockDB
24type MockDBMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected