MCPcopy
hub / github.com/tinyauthapp/tinyauth / New

Function New

internal/repository/db.go:19–21  ·  view source on GitHub ↗
(db DBTX)

Source from the content-addressed store, hash-verified

17}
18
19func New(db DBTX) *Queries {
20 return &Queries{db: db}
21}
22
23type Queries struct {
24 db DBTX

Callers 5

TestUserControllerFunction · 0.92
TestWellKnownControllerFunction · 0.92
TestOIDCControllerFunction · 0.92
TestProxyControllerFunction · 0.92
SetupMethod · 0.92

Calls

no outgoing calls

Tested by 4

TestUserControllerFunction · 0.74
TestWellKnownControllerFunction · 0.74
TestOIDCControllerFunction · 0.74
TestProxyControllerFunction · 0.74