Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoticePostgres ¶
type NoticePostgres struct {
// contains filtered or unexported fields
}
NoticePostgres - репозиторий для хранения уведомлений.
func NewNoticePostgres ¶
func NewNoticePostgres(client mrstorage.DBConnManager, table mrsql.DBTableInfo) *NoticePostgres
NewNoticePostgres - создаёт объект NoticePostgres.
func (*NoticePostgres) DeleteByIDs ¶
func (re *NoticePostgres) DeleteByIDs(ctx context.Context, rowsIDs []uint64) error
DeleteByIDs - удаляет уведомления по их указанным ID.
func (*NoticePostgres) FetchByIDs ¶
func (re *NoticePostgres) FetchByIDs(ctx context.Context, rowsIDs []uint64) ([]entity.Notice, error)
FetchByIDs - возвращает список уведомлений по их указанным ID.
Click to show internal directories.
Click to hide internal directories.