MCPcopy Create free account
hub / github.com/Permify/permify / MockIMDatabase

Struct MockIMDatabase

pkg/database/memory/mock.go:10–12  ·  view source on GitHub ↗

MockIMDatabase simulates the behavior of a real IMDatabase.

Source from the content-addressed store, hash-verified

8
9// MockIMDatabase simulates the behavior of a real IMDatabase.
10type MockIMDatabase struct {
11 mock.Mock
12}
13
14func (m *MockIMDatabase) GetEngineType() string {
15 args := m.Called()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected