It's a better system for organization and makes it so we can have better logs about what gets sent.
17 lines
430 B
Go
17 lines
430 B
Go
// Code generated by BobGen psql v0.42.1. DO NOT EDIT.
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
package dberrors
|
|
|
|
var CommsTextLogErrors = &commsTextLogErrors{
|
|
ErrUniqueTextLogPkey: &UniqueConstraintError{
|
|
schema: "comms",
|
|
table: "text_log",
|
|
columns: []string{"id"},
|
|
s: "text_log_pkey",
|
|
},
|
|
}
|
|
|
|
type commsTextLogErrors struct {
|
|
ErrUniqueTextLogPkey *UniqueConstraintError
|
|
}
|