Begin work on saving compliance report

This commit is contained in:
Eli Ribble 2026-04-09 23:38:20 +00:00
parent 3ad95e1365
commit 553b65556a
No known key found for this signature in database
22 changed files with 2419 additions and 42 deletions

View file

@ -0,0 +1,17 @@
// 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 PublicreportClientErrors = &publicreportClientErrors{
ErrUniqueClientPkey: &UniqueConstraintError{
schema: "publicreport",
table: "client",
columns: []string{"uuid"},
s: "client_pkey",
},
}
type publicreportClientErrors struct {
ErrUniqueClientPkey *UniqueConstraintError
}