Tons of changes here, all in the name of quickly getting to where I can create test compliance letters.
17 lines
543 B
Go
17 lines
543 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 FileuploadFlyoverAerialServiceErrors = &fileuploadFlyoverAerialServiceErrors{
|
|
ErrUniqueFlyoverAerialServicePkey: &UniqueConstraintError{
|
|
schema: "fileupload",
|
|
table: "flyover_aerial_service",
|
|
columns: []string{"id"},
|
|
s: "flyover_aerial_service_pkey",
|
|
},
|
|
}
|
|
|
|
type fileuploadFlyoverAerialServiceErrors struct {
|
|
ErrUniqueFlyoverAerialServicePkey *UniqueConstraintError
|
|
}
|