package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 26, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Location struct {
Id int64 `json:"id"`
ChangeTime int64 `json:"changeTime"`
Name string `json:"name"`
Time time.Time `json:"time"`
Lat float32 `json:"lat"`
Lng float32 `json:"lng"`
Description string `json:"description"`
Persons []*Person `json:"persons"`
}
type Person struct {
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.