It's just way easier to track that deriving the data every time an API request is made.
17 lines
472 B
Go
17 lines
472 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 PublicreportReportLogErrors = &publicreportReportLogErrors{
|
|
ErrUniqueReportLogPkey: &UniqueConstraintError{
|
|
schema: "publicreport",
|
|
table: "report_log",
|
|
columns: []string{"id"},
|
|
s: "report_log_pkey",
|
|
},
|
|
}
|
|
|
|
type publicreportReportLogErrors struct {
|
|
ErrUniqueReportLogPkey *UniqueConstraintError
|
|
}
|