Loads of updates
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
|
||||
"github.com/google/uuid"
|
||||
"github.com/jackc/pgx/v4/pgxpool"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
// Account is an account as represented in the database
|
||||
@@ -41,4 +42,5 @@ type AccountCreateInput struct {
|
||||
// Db struct
|
||||
type Db struct {
|
||||
DbPool *pgxpool.Pool
|
||||
Log *zap.SugaredLogger
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user