nidus-sync/db/dberrors/tile.service.bob.go

26 lines
638 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 TileServiceErrors = &tileServiceErrors{
ErrUniqueServicePkey: &UniqueConstraintError{
schema: "tile",
table: "service",
columns: []string{"id"},
s: "service_pkey",
},
ErrUniqueServiceNameUnique: &UniqueConstraintError{
schema: "tile",
table: "service",
columns: []string{"name"},
s: "service_name_unique",
},
}
type tileServiceErrors struct {
ErrUniqueServicePkey *UniqueConstraintError
ErrUniqueServiceNameUnique *UniqueConstraintError
}