nidus-sync/db/dberrors/lob.event.bob.go
Eli Ribble 0ce3420792
Save all lob events to the database
They're pretty raw, but this will help us to understand what we can
collect
2026-04-21 22:24:12 +00:00

17 lines
406 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 LobEventErrors = &lobEventErrors{
ErrUniqueEventPkey: &UniqueConstraintError{
schema: "lob",
table: "event",
columns: []string{"id"},
s: "event_pkey",
},
}
type lobEventErrors struct {
ErrUniqueEventPkey *UniqueConstraintError
}