MCPcopy
hub / github.com/ory/hydra / BasePersister

Struct BasePersister

persistence/sql/persister.go:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected