MCPcopy
hub / github.com/tinode/chat / usersMapper

Struct usersMapper

server/store/store.go:286–286  ·  view source on GitHub ↗

usersMapper is a concrete type which implements UsersPersistenceInterface.

Source from the content-addressed store, hash-verified

284
285// usersMapper is a concrete type which implements UsersPersistenceInterface.
286type usersMapper struct{}
287
288// Users is a singleton ancor object exporting UsersPersistenceInterface methods.
289var Users UsersPersistenceInterface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected