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

17 lines
408 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 FeatureErrors = &featureErrors{
ErrUniqueFeaturePkey: &UniqueConstraintError{
schema: "",
table: "feature",
columns: []string{"id"},
s: "feature_pkey",
},
}
type featureErrors struct {
ErrUniqueFeaturePkey *UniqueConstraintError
}