9 lines
113 B
Go
9 lines
113 B
Go
package objects
|
|
|
|
type Asset struct {
|
|
LargeImage string
|
|
LargeText string
|
|
SmallImage string
|
|
SmallText string
|
|
}
|