in customers.go [21:23]
func getCustomers(ctx context.Context, db *sqlx.DB) ([]Customer, error) { return queryCustomers(ctx, db, nil, nil, nil) }