MCPcopy Index your code
hub / github.com/koding/kite / Postgres

Struct Postgres

kontrol/postgres.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type Postgres struct {
37 DB *sql.DB
38 Log kite.Logger
39}
40
41var (
42 _ Storage = (*Postgres)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected