MCPcopy Index your code
hub / github.com/Permify/permify / GetEngineType

Method GetEngineType

pkg/database/postgres/mock.go:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (m *MockPQDatabase) GetEngineType() string {
15 args := m.Called()
16 return args.String(0)
17}
18
19func (m *MockPQDatabase) Close() error {
20 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected