Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountStatement ¶
type AccountStatement struct { ID int `json:"id"` Type int `json:"type"` Description string `json:"description"` Coin int64 `json:"coin"` }
AccountStatement : AccountStatement DTO for response API
func (*AccountStatement) MapModelToDto ¶
func (e *AccountStatement) MapModelToDto(accountStatement models.AccountStatement)
MapModelToDto : Mapper model to DTO
Click to show internal directories.
Click to hide internal directories.