nidus-sync/db/dberrors/parcel.bob.go

17 lines
401 B
Go

// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var ParcelErrors = &parcelErrors{
ErrUniqueParcelPkey: &UniqueConstraintError{
schema: "",
table: "parcel",
columns: []string{"id"},
s: "parcel_pkey",
},
}
type parcelErrors struct {
ErrUniqueParcelPkey *UniqueConstraintError
}