Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
// amount
Amount int64 `json:"amount,omitempty"`
// ctime
Ctime strfmt.DateTime `json:"ctime,omitempty"`
// id
ID int64 `json:"id,omitempty"`
// mtime
Mtime strfmt.DateTime `json:"mtime,omitempty"`
// 20 symbols max
Name string `json:"name,omitempty"`
}
Account account swagger:model Account
Click to show internal directories.
Click to hide internal directories.