package
Version:
v0.0.0-...-ca40f45
Opens a new window with list of versions in this module.
Published: Sep 11, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Crime struct {
ID int64 `json:"id"`
LocationName string `json:"location_name"`
Longitude float64 `json:"longitude"`
Latitude float64 `json:"latitude"`
Description string `json:"description"`
Image string `json:"image"`
Date string `json:"date"`
}
type Home struct {
ID int64 `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
UserName string `json:"user_name"`
Longitude float64 `json:"longitude"`
Latitude float64 `json:"latitude"`
Image string `json:"image"`
}
type HomeCrime struct {
Crime
Distance float64 `json:"distance"`
MapImage []byte `json:"map_image"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.