At this point it also appears that I'm correctly capturing the GPS location as both PostGIS data and as an H3 cell.
26 lines
700 B
Go
26 lines
700 B
Go
// Code generated by BobGen psql v0.0.4-0.20260105020634-53e08d840e47+dirty. DO NOT EDIT.
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
package dberrors
|
|
|
|
var PublicreportQuickErrors = &publicreportQuickErrors{
|
|
ErrUniqueQuickPkey: &UniqueConstraintError{
|
|
schema: "publicreport",
|
|
table: "quick",
|
|
columns: []string{"id"},
|
|
s: "quick_pkey",
|
|
},
|
|
|
|
ErrUniqueQuickPublicIdKey: &UniqueConstraintError{
|
|
schema: "publicreport",
|
|
table: "quick",
|
|
columns: []string{"public_id"},
|
|
s: "quick_public_id_key",
|
|
},
|
|
}
|
|
|
|
type publicreportQuickErrors struct {
|
|
ErrUniqueQuickPkey *UniqueConstraintError
|
|
|
|
ErrUniqueQuickPublicIdKey *UniqueConstraintError
|
|
}
|