Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresRepository ¶
type PostgresRepository struct {
// contains filtered or unexported fields
}
func NewPostgresRepository ¶
func NewPostgresRepository(url string) (*PostgresRepository, error)
Constructor
func (*PostgresRepository) Close ¶
func (repo *PostgresRepository) Close()
Close connection with database
func (*PostgresRepository) InsertFeed ¶
Insert feed
Click to show internal directories.
Click to hide internal directories.