Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2022 Changes in this version + type AccountPsqlRepository struct + func NewAccountRepositoryPsql(conn *sql.DB) *AccountPsqlRepository + func (r *AccountPsqlRepository) GetOneByID(ctx context.Context, id string) (*domain.Account, error) + func (r *AccountPsqlRepository) GetOneByTgID(ctx context.Context, tgID domain.TelegramID) (*domain.Account, error) + func (r *AccountPsqlRepository) Save(ctx context.Context, account *domain.Account) error