This commit is contained in:
Henrique Dias
2016-08-11 22:19:21 +01:00
parent eb7920f1c0
commit d9c62e2428
2 changed files with 6 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ type Listing struct {
// And which order
Order string
// If ≠0 then Items have been limited to that many elements
ItemsLimitedTo int
httpserver.Context
ItemsLimitedTo int
httpserver.Context `json:"-"`
}
// handleSortOrder gets and stores for a Listing the 'sort' and 'order',