mirror of
https://github.com/supanadit/geo-smart-system.git
synced 2024-11-10 10:02:21 +00:00
7 lines
120 B
Go
7 lines
120 B
Go
package model
|
|
|
|
type Tile38Object struct {
|
|
Id string `json:"id"`
|
|
Object Tile38SubObject `json:"object"`
|
|
}
|