repository

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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.

func (*NoticePostgres) Insert

func (re *NoticePostgres) Insert(ctx context.Context, row entity.Notice) error

Insert - вставляет новое уведомление.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL