nidus-sync/db/dberrors/fileupload.error.bob.go

17 lines
434 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 FileuploadErrorErrors = &fileuploadErrorErrors{
ErrUniqueErrorPkey: &UniqueConstraintError{
schema: "fileupload",
table: "error",
columns: []string{"id"},
s: "error_pkey",
},
}
type fileuploadErrorErrors struct {
ErrUniqueErrorPkey *UniqueConstraintError
}