model

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Location

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

type Person struct {
	FirstName string `json:"firstName"`
	LastName  string `json:"lastName"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL