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