geo-smart-system/model/tile38/tile38object.go

7 lines
121 B
Go
Raw Normal View History

2019-10-20 03:34:17 +00:00
package tile38
2019-10-19 16:38:38 +00:00
type Tile38Object struct {
Id string `json:"id"`
Object Tile38SubObject `json:"object"`
}