package db import "github.com/go-pg/pg" type Package struct { Db *pg.DB Methods Interface } type Interface interface { }