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

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