package
Version:
v0.0.0-...-e7c2cf1
Opens a new window with list of versions in this module.
Published: Jan 23, 2023
License: GPL-3.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 DAO struct {
UserId string `db:"user_id"`
Geog string `db:"geog"`
CreatedAt time.Time `db:"created_at"`
UpdatedAt time.Time `db:"updated_at"`
}
type DTO struct {
UserId string `json:"-"`
Lat string `json:"lat"`
Lng string `json:"lng"`
}
Location one to one with user
Source Files
¶
Click to show internal directories.
Click to hide internal directories.