CLI: Add account list command
This commit is contained in:
@@ -49,6 +49,10 @@ type GetAccountByNameQuery struct {
|
||||
Result *Account
|
||||
}
|
||||
|
||||
type GetAccountsQuery struct {
|
||||
Result []*Account
|
||||
}
|
||||
|
||||
type AccountDTO struct {
|
||||
Id int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
|
||||
Reference in New Issue
Block a user