nidus-sync/db/dberrors/note_audio.bob.go

27 lines
649 B
Go
Raw Permalink Normal View History

// 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 NoteAudioErrors = &noteAudioErrors{
ErrUniqueNoteAudioPkey: &UniqueConstraintError{
schema: "",
table: "note_audio",
columns: []string{"version", "uuid"},
s: "note_audio_pkey",
},
ErrUniqueNoteAudioIdUnique: &UniqueConstraintError{
schema: "",
table: "note_audio",
columns: []string{"id"},
s: "note_audio_id_unique",
},
}
type noteAudioErrors struct {
ErrUniqueNoteAudioPkey *UniqueConstraintError
ErrUniqueNoteAudioIdUnique *UniqueConstraintError
}