respository

package
v0.0.0-...-0b880a3 Latest Latest
Warning

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

Go to latest
Published: May 23, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OrderPerPage = 10
)

Variables

View Source
var OrderRespository = &orderRespository{}

OrderRespository ...

Functions

This section is empty.

Types

type PaginationResult

type PaginationResult struct {
	CurrentPage  int            `json:"currentPage"`
	TotalOrder   int            `json:"totalOrder"`
	OrderPerPage int            `json:"orderPerPage"`
	Orders       []models.Order `json:"orders"`
}

Jump to

Keyboard shortcuts

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