MCPcopy
hub / github.com/semaphoreui/semaphore / SqlDb

Struct SqlDb

db/sql/SqlDb.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type SqlDb struct {
31 connection SqlDbConnection
32}
33
34func (d *SqlDb) Sql() *gorp.DbMap {
35 return d.connection.sql

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected