Documentation
¶
Overview ¶
Package repository implements methods of working with the repository objects
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
repository.Repository
}
Repository DAO which provides functionality of working with changelogs
func (*Repository) Count ¶
func (r *Repository) Count(ctx context.Context, filter *historylog.Filter) (cnt int64, err error)
Count returns count of history actions log by filter
func (*Repository) FetchList ¶
func (r *Repository) FetchList(ctx context.Context, filter *historylog.Filter, order *historylog.Order, pagination *repository.Pagination) ([]*model.HistoryAction, error)
FetchList returns list of history actions log by filter
Click to show internal directories.
Click to hide internal directories.