Begin to impl list order, should have prereq
This commit is contained in:
@@ -8,7 +8,8 @@ import (
|
||||
)
|
||||
|
||||
type Ajax struct {
|
||||
DB storage.DB
|
||||
DB storage.DB
|
||||
ListCnt int
|
||||
}
|
||||
|
||||
func New() (*Ajax, error) {
|
||||
|
||||
Reference in New Issue
Block a user