repository

package
v0.0.0-...-833fa1d Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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 New

func New() *Repository

New history action repository

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

Jump to

Keyboard shortcuts

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