13 lines
162 B
Go
13 lines
162 B
Go
package special
|
|
|
|
type Card struct {
|
|
ID int64
|
|
Title string
|
|
Desc string
|
|
Cover string
|
|
ReType int
|
|
ReValue string
|
|
Badge string
|
|
Size string
|
|
}
|