meta api

This commit is contained in:
微凉
2021-11-02 19:25:54 +08:00
parent 8b81aeb5a1
commit 510292c8b0
6 changed files with 98 additions and 28 deletions

View File

@ -21,6 +21,7 @@ type Account struct {
OrderDirection string `json:"order_direction"`
Proxy bool `json:"proxy"`
UpdatedAt *time.Time `json:"updated_at"`
Search bool `json:"search"`
}
var accountsMap = map[string]Account{}