| 49 | config.Provider |
| 50 | } |
| 51 | BasePersister struct { |
| 52 | c *pop.Connection |
| 53 | fallbackNID uuid.UUID |
| 54 | d baseDependencies |
| 55 | } |
| 56 | baseDependencies interface { |
| 57 | logrusx.Provider |
| 58 | otelx.Provider |
nothing calls this directly
no outgoing calls
no test coverage detected