Newer
Older
pokemon-go-trade / internal / db / db.go
Simon Lindgren on 12 Feb 2021 131 bytes first commit
package db

import "github.com/go-pg/pg"

type Package struct {
	Db      *pg.DB
	Methods Interface
}

type Interface interface {
}