ports

package
v0.0.0-...-edb595d Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VehicleRepository

type VehicleRepository interface {
	GetVehicle(
		whereClauses []domain.WhereClause,
		orderByClauses []domain.OrderByClause,
		pagination domain.Pagination,
	) ([]domain.Vehicle, *errs.AppError)
}

type VehicleService

type VehicleService interface {
	GetVehicle(
		where map[string]string,
		orderBy map[string]bool,
		limit int,
		offset int,
	) ([]domain.Vehicle, *errs.AppError)
}

Jump to

Keyboard shortcuts

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