feat: additional info of account

This commit is contained in:
Noah Hsu
2022-06-06 22:31:56 +08:00
parent 62ac168226
commit 492476dfe4
3 changed files with 7 additions and 2 deletions

View File

@ -6,5 +6,5 @@ type Account struct {
Index int `json:"index"`
Driver string `json:"driver"`
Status string `json:"status"`
Custom string `json:"custom"`
Addition string `json:"addition"`
}