car

package
v0.0.0-...-8e92a4a Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Car

type Car struct {
	// contains filtered or unexported fields
}

represents car application service

func (*Car) List

func (car *Car) List(c echo.Context, p *gorsk.Pagination) ([]gorsk.Car, error)

List returns list of users

type CarRepository

type CarRepository interface {
	List(orm.DB, *gorsk.Pagination) ([]gorsk.Car, error)
}

represents car repository interface

Jump to

Keyboard shortcuts

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