nidus-sync/db/dberrors/publicreport.client.bob.go

18 lines
451 B
Go
Raw Permalink Normal View History

2026-04-09 23:38:20 +00:00
// 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
}