I don't have time to work out all the behavior, this is just to get to where I can release
17 lines
507 B
Go
17 lines
507 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 PublicreportSubscribeEmailErrors = &publicreportSubscribeEmailErrors{
|
|
ErrUniqueSubscribeEmailPkey: &UniqueConstraintError{
|
|
schema: "publicreport",
|
|
table: "subscribe_email",
|
|
columns: []string{"id"},
|
|
s: "subscribe_email_pkey",
|
|
},
|
|
}
|
|
|
|
type publicreportSubscribeEmailErrors struct {
|
|
ErrUniqueSubscribeEmailPkey *UniqueConstraintError
|
|
}
|