Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputBoundary ¶
type InputBoundary interface {
// It gets integer paramaters limit and offset
Execute(int, int) ([]entity.Commands, error)
}
func NewPager ¶
func NewPager(repo repositories.ISqliteRepository) InputBoundary
Click to show internal directories.
Click to hide internal directories.