UserKeyPrefix returns the prefix used to store a user document format: _sync:user:{m_$}:
()
| 294 | // |
| 295 | // format: _sync:user:{m_$}: |
| 296 | func (m *MetadataKeys) UserKeyPrefix() string { |
| 297 | return m.userPrefix |
| 298 | } |
| 299 | |
| 300 | // RoleKey returns the key used to store a role document |
| 301 | // |
no outgoing calls
no test coverage detected