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

7 lines
103 B
Go
Raw Permalink Normal View History

2020-01-04 00:44:42 +00:00
package tile38
type Object struct {
Id string `json:"id"`
Object SubObject `json:"object"`
}