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