Documentation ¶
Overview ¶
Package batch TODO.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBadPool = fmt.Errorf("bad Database pool")
)
Functions ¶
This section is empty.
Types ¶
type FavoritesInsertsBatch ¶
type FavoritesInsertsBatch interface {
Do(ctx context.Context, favorites []entity.Favorites, upk string) error
}
func GetBatchPostgres ¶
func GetBatchPostgres(prop env.Properties) FavoritesInsertsBatch
Click to show internal directories.
Click to hide internal directories.