()
| 604 | |
| 605 | func (m *RegistrySQL) Persister() persistence.Persister { return sql.NewPersister(m.basePersister, m) } |
| 606 | func (m *RegistrySQL) Config() *config.DefaultProvider { return m.conf } |
| 607 | |
| 608 | // WithConsentStrategy forces a consent strategy which is only used for testing. |
| 609 | func (m *RegistrySQL) WithConsentStrategy(c consent.Strategy) { m.cos = c } |
no outgoing calls
no test coverage detected