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

@@ -8,7 +8,8 @@ import (
)
type Ajax struct {
DB storage.DB
DB storage.DB
ListCnt int
}
func New() (*Ajax, error) {