Finish the PageHandle for matter.

This commit is contained in:
lishuang
2020-07-11 17:42:09 +08:00
parent 192df21da4
commit f16d48b432
7 changed files with 94 additions and 11 deletions

View File

@ -37,7 +37,7 @@ const (
type ScanConfig struct {
//whether enable the scan task.
Enable bool `json:"enable"`
//when to process the task.
//when to process the task. five fields. @every 1s
Cron string `json:"cron"`
//username
Usernames []string `json:"usernames"`