MCPcopy Create free account
hub / github.com/dreamsofcode-io/zenstats / Exec

Method Exec

internal/repository/db.go:15–15  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

13
14type DBTX interface {
15 Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)
16 Query(context.Context, string, ...interface{}) (pgx.Rows, error)
17 QueryRow(context.Context, string, ...interface{}) pgx.Row
18}

Callers 1

InsertVisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected