Begin to impl list order, should have prereq
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user