18 lines
510 B
Go
18 lines
510 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 CommunicationLogEntryErrors = &communicationLogEntryErrors{
|
||
|
|
ErrUniqueCommunicationLogEntryPkey: &UniqueConstraintError{
|
||
|
|
schema: "",
|
||
|
|
table: "communication_log_entry",
|
||
|
|
columns: []string{"id"},
|
||
|
|
s: "communication_log_entry_pkey",
|
||
|
|
},
|
||
|
|
}
|
||
|
|
|
||
|
|
type communicationLogEntryErrors struct {
|
||
|
|
ErrUniqueCommunicationLogEntryPkey *UniqueConstraintError
|
||
|
|
}
|