Begin to impl list order, should have prereq

This commit is contained in:
bel
2019-12-01 17:51:30 -07:00
parent c756c005ac
commit 0f49595f0b
4 changed files with 7 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ type List struct {
ShowNotes int `json:"showNotes"`
Hidden int `json:"hidden"`
Max int `json:"max"`
Index int `json:"index"`
}
func New(r *http.Request) (*List, error) {