8 lines
145 B
Go
8 lines
145 B
Go
|
|
package dto
|
||
|
|
|
||
|
|
// tmPlatformAccount
|
||
|
|
type ExhaustedAccountMessage struct {
|
||
|
|
Id int `json:"id"`
|
||
|
|
Platform string `json:"platform"`
|
||
|
|
}
|