Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresRepo ¶
type PostgresRepo struct {
// contains filtered or unexported fields
}
func New ¶
func New(dsn string) (*PostgresRepo, error)
func (*PostgresRepo) BulkInsert ¶
func (r *PostgresRepo) BulkInsert(toInsert []entity.Comix) error
func (*PostgresRepo) Size ¶
func (r *PostgresRepo) Size() (int, error)
Click to show internal directories.
Click to hide internal directories.