Add SS and MCP databases
This commit is contained in:
26
database/mcp/dberrors/administration_settings.bob.go
Normal file
26
database/mcp/dberrors/administration_settings.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var AdministrationSettingErrors = &administrationSettingErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "administration_settings",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueName: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "administration_settings",
|
||||
columns: []string{"name"},
|
||||
s: "name",
|
||||
},
|
||||
}
|
||||
|
||||
type administrationSettingErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueName *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/auth_group.bob.go
Normal file
26
database/mcp/dberrors/auth_group.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var AuthGroupErrors = &authGroupErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_group",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueName: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_group",
|
||||
columns: []string{"name"},
|
||||
s: "name",
|
||||
},
|
||||
}
|
||||
|
||||
type authGroupErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueName *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/auth_group_permissions.bob.go
Normal file
26
database/mcp/dberrors/auth_group_permissions.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var AuthGroupPermissionErrors = &authGroupPermissionErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_group_permissions",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueAuthGroupPermissionsGroupIdPermissionId0cd325b0Uniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_group_permissions",
|
||||
columns: []string{"group_id", "permission_id"},
|
||||
s: "auth_group_permissions_group_id_permission_id_0cd325b0_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type authGroupPermissionErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueAuthGroupPermissionsGroupIdPermissionId0cd325b0Uniq *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/auth_permission.bob.go
Normal file
26
database/mcp/dberrors/auth_permission.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var AuthPermissionErrors = &authPermissionErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_permission",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueAuthPermissionContentTypeIdCodename01ab375aUniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_permission",
|
||||
columns: []string{"content_type_id", "codename"},
|
||||
s: "auth_permission_content_type_id_codename_01ab375a_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type authPermissionErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueAuthPermissionContentTypeIdCodename01ab375aUniq *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/auth_user.bob.go
Normal file
26
database/mcp/dberrors/auth_user.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var AuthUserErrors = &authUserErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_user",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUsername: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_user",
|
||||
columns: []string{"username"},
|
||||
s: "username",
|
||||
},
|
||||
}
|
||||
|
||||
type authUserErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUsername *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/auth_user_groups.bob.go
Normal file
26
database/mcp/dberrors/auth_user_groups.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var AuthUserGroupErrors = &authUserGroupErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_user_groups",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueAuthUserGroupsUserIdGroupId94350c0cUniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_user_groups",
|
||||
columns: []string{"user_id", "group_id"},
|
||||
s: "auth_user_groups_user_id_group_id_94350c0c_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type authUserGroupErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueAuthUserGroupsUserIdGroupId94350c0cUniq *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/auth_user_user_permissions.bob.go
Normal file
26
database/mcp/dberrors/auth_user_user_permissions.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var AuthUserUserPermissionErrors = &authUserUserPermissionErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_user_user_permissions",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueAuthUserUserPermissionsUserIdPermissionId14a6b632Uniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "auth_user_user_permissions",
|
||||
columns: []string{"user_id", "permission_id"},
|
||||
s: "auth_user_user_permissions_user_id_permission_id_14a6b632_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type authUserUserPermissionErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueAuthUserUserPermissionsUserIdPermissionId14a6b632Uniq *UniqueConstraintError
|
||||
}
|
||||
36
database/mcp/dberrors/bob_errors.bob.go
Normal file
36
database/mcp/dberrors/bob_errors.bob.go
Normal file
@@ -0,0 +1,36 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
mysqlDriver "github.com/go-sql-driver/mysql"
|
||||
)
|
||||
|
||||
// ErrUniqueConstraint captures all unique constraint errors by explicitly leaving `s` empty.
|
||||
var ErrUniqueConstraint = &UniqueConstraintError{s: ""}
|
||||
|
||||
type UniqueConstraintError struct {
|
||||
// schema is the schema where the unique constraint is defined.
|
||||
schema string
|
||||
// table is the name of the table where the unique constraint is defined.
|
||||
table string
|
||||
// columns are the columns constituting the unique constraint.
|
||||
columns []string
|
||||
// s is a string uniquely identifying the constraint in the raw error message returned from the database.
|
||||
s string
|
||||
}
|
||||
|
||||
func (e *UniqueConstraintError) Error() string {
|
||||
return e.s
|
||||
}
|
||||
|
||||
func (e *UniqueConstraintError) Is(target error) bool {
|
||||
err, ok := target.(*mysqlDriver.MySQLError)
|
||||
if !ok {
|
||||
return false
|
||||
}
|
||||
return err.Number == 1062 && strings.Contains(err.Message, e.s)
|
||||
}
|
||||
9
database/mcp/dberrors/bob_main.bob_test.go
Normal file
9
database/mcp/dberrors/bob_main.bob_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
import "github.com/stephenafamo/bob"
|
||||
|
||||
// Set the testDB to enable tests that use the database
|
||||
var testDB bob.Transactor[bob.Tx]
|
||||
17
database/mcp/dberrors/django_admin_log.bob.go
Normal file
17
database/mcp/dberrors/django_admin_log.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var DjangoAdminLogErrors = &djangoAdminLogErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_admin_log",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type djangoAdminLogErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/django_content_type.bob.go
Normal file
26
database/mcp/dberrors/django_content_type.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var DjangoContentTypeErrors = &djangoContentTypeErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_content_type",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueDjangoContentTypeAppLabelModel76bd3d3bUniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_content_type",
|
||||
columns: []string{"app_label", "model"},
|
||||
s: "django_content_type_app_label_model_76bd3d3b_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type djangoContentTypeErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueDjangoContentTypeAppLabelModel76bd3d3bUniq *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/django_migrations.bob.go
Normal file
17
database/mcp/dberrors/django_migrations.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var DjangoMigrationErrors = &djangoMigrationErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_migrations",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type djangoMigrationErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/django_session.bob.go
Normal file
17
database/mcp/dberrors/django_session.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var DjangoSessionErrors = &djangoSessionErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_session",
|
||||
columns: []string{"session_key"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type djangoSessionErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/django_site.bob.go
Normal file
26
database/mcp/dberrors/django_site.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var DjangoSiteErrors = &djangoSiteErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_site",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueDjangoSiteDomainA2e37b91Uniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "django_site",
|
||||
columns: []string{"domain"},
|
||||
s: "django_site_domain_a2e37b91_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type djangoSiteErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueDjangoSiteDomainA2e37b91Uniq *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_archipelago.bob.go
Normal file
26
database/mcp/dberrors/locations_archipelago.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsArchipelagoErrors = &locationsArchipelagoErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_archipelago",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_archipelago",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsArchipelagoErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_arkivum.bob.go
Normal file
26
database/mcp/dberrors/locations_arkivum.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsArkivumErrors = &locationsArkivumErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_arkivum",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_arkivum",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsArkivumErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/locations_async.bob.go
Normal file
17
database/mcp/dberrors/locations_async.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsAsyncErrors = &locationsAsyncErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_async",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsAsyncErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/locations_callback.bob.go
Normal file
17
database/mcp/dberrors/locations_callback.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsCallbackErrors = &locationsCallbackErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_callback",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsCallbackErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_dataverse.bob.go
Normal file
26
database/mcp/dberrors/locations_dataverse.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsDataverseErrors = &locationsDataverseErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_dataverse",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_dataverse",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsDataverseErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_dspace.bob.go
Normal file
26
database/mcp/dberrors/locations_dspace.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsDspaceErrors = &locationsDspaceErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_dspace",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_dspace",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsDspaceErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_dspacerest.bob.go
Normal file
26
database/mcp/dberrors/locations_dspacerest.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsDspacerestErrors = &locationsDspacerestErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_dspacerest",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_dspacerest",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsDspacerestErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_duracloud.bob.go
Normal file
26
database/mcp/dberrors/locations_duracloud.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsDuracloudErrors = &locationsDuracloudErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_duracloud",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_duracloud",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsDuracloudErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/locations_event.bob.go
Normal file
17
database/mcp/dberrors/locations_event.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsEventErrors = &locationsEventErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_event",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsEventErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_fedora.bob.go
Normal file
26
database/mcp/dberrors/locations_fedora.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsFedoraErrors = &locationsFedoraErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_fedora",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_fedora",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsFedoraErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_file.bob.go
Normal file
26
database/mcp/dberrors/locations_file.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsFileErrors = &locationsFileErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_file",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUuid: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_file",
|
||||
columns: []string{"uuid"},
|
||||
s: "uuid",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsFileErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUuid *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/locations_fixitylog.bob.go
Normal file
17
database/mcp/dberrors/locations_fixitylog.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsFixitylogErrors = &locationsFixitylogErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_fixitylog",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsFixitylogErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_gpg.bob.go
Normal file
26
database/mcp/dberrors/locations_gpg.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsGPGErrors = &locationsGPGErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_gpg",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_gpg",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsGPGErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_localfilesystem.bob.go
Normal file
26
database/mcp/dberrors/locations_localfilesystem.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsLocalfilesystemErrors = &locationsLocalfilesystemErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_localfilesystem",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_localfilesystem",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsLocalfilesystemErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_location.bob.go
Normal file
26
database/mcp/dberrors/locations_location.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsLocationErrors = &locationsLocationErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_location",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUuid: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_location",
|
||||
columns: []string{"uuid"},
|
||||
s: "uuid",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsLocationErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUuid *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_location_replicators.bob.go
Normal file
26
database/mcp/dberrors/locations_location_replicators.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsLocationReplicatorErrors = &locationsLocationReplicatorErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_location_replicators",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueLocationsLocationRepliFromLocationIdToLoca5f763358Uniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_location_replicators",
|
||||
columns: []string{"from_location_id", "to_location_id"},
|
||||
s: "locations_location_repli_from_location_id_to_loca_5f763358_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsLocationReplicatorErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueLocationsLocationRepliFromLocationIdToLoca5f763358Uniq *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/locations_locationpipeline.bob.go
Normal file
17
database/mcp/dberrors/locations_locationpipeline.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsLocationpipelineErrors = &locationsLocationpipelineErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_locationpipeline",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsLocationpipelineErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_lockssomatic.bob.go
Normal file
26
database/mcp/dberrors/locations_lockssomatic.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsLockssomaticErrors = &locationsLockssomaticErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_lockssomatic",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_lockssomatic",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsLockssomaticErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_nfs.bob.go
Normal file
26
database/mcp/dberrors/locations_nfs.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsNFErrors = &locationsNFErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_nfs",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_nfs",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsNFErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_offlinereplicastaging.bob.go
Normal file
26
database/mcp/dberrors/locations_offlinereplicastaging.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsOfflinereplicastagingErrors = &locationsOfflinereplicastagingErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_offlinereplicastaging",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_offlinereplicastaging",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsOfflinereplicastagingErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_package.bob.go
Normal file
26
database/mcp/dberrors/locations_package.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsPackageErrors = &locationsPackageErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_package",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUuid: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_package",
|
||||
columns: []string{"uuid"},
|
||||
s: "uuid",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsPackageErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUuid *UniqueConstraintError
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsPackageRelatedPackageErrors = &locationsPackageRelatedPackageErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_package_related_packages",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueLocationsPackageRelateFromPackageIdToPacka1f820ccfUniq: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_package_related_packages",
|
||||
columns: []string{"from_package_id", "to_package_id"},
|
||||
s: "locations_package_relate_from_package_id_to_packa_1f820ccf_uniq",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsPackageRelatedPackageErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueLocationsPackageRelateFromPackageIdToPacka1f820ccfUniq *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_packagedownloadtask.bob.go
Normal file
26
database/mcp/dberrors/locations_packagedownloadtask.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsPackagedownloadtaskErrors = &locationsPackagedownloadtaskErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_packagedownloadtask",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUuid: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_packagedownloadtask",
|
||||
columns: []string{"uuid"},
|
||||
s: "uuid",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsPackagedownloadtaskErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUuid *UniqueConstraintError
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsPackagedownloadtaskfileErrors = &locationsPackagedownloadtaskfileErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_packagedownloadtaskfile",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUuid: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_packagedownloadtaskfile",
|
||||
columns: []string{"uuid"},
|
||||
s: "uuid",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsPackagedownloadtaskfileErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUuid *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_pipeline.bob.go
Normal file
26
database/mcp/dberrors/locations_pipeline.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsPipelineErrors = &locationsPipelineErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_pipeline",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUuid: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_pipeline",
|
||||
columns: []string{"uuid"},
|
||||
s: "uuid",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsPipelineErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUuid *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_pipelinelocalfs.bob.go
Normal file
26
database/mcp/dberrors/locations_pipelinelocalfs.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsPipelinelocalfErrors = &locationsPipelinelocalfErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_pipelinelocalfs",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_pipelinelocalfs",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsPipelinelocalfErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_rclone.bob.go
Normal file
26
database/mcp/dberrors/locations_rclone.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsRcloneErrors = &locationsRcloneErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_rclone",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_rclone",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsRcloneErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_s3.bob.go
Normal file
26
database/mcp/dberrors/locations_s3.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsS3Errors = &locationsS3Errors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_s3",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_s3",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsS3Errors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_space.bob.go
Normal file
26
database/mcp/dberrors/locations_space.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsSpaceErrors = &locationsSpaceErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_space",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUuid: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_space",
|
||||
columns: []string{"uuid"},
|
||||
s: "uuid",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsSpaceErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUuid *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/locations_swift.bob.go
Normal file
26
database/mcp/dberrors/locations_swift.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var LocationsSwiftErrors = &locationsSwiftErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_swift",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueSpaceId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "locations_swift",
|
||||
columns: []string{"space_id"},
|
||||
s: "space_id",
|
||||
},
|
||||
}
|
||||
|
||||
type locationsSwiftErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueSpaceId *UniqueConstraintError
|
||||
}
|
||||
17
database/mcp/dberrors/tastypie_apiaccess.bob.go
Normal file
17
database/mcp/dberrors/tastypie_apiaccess.bob.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var TastypieApiaccessErrors = &tastypieApiaccessErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "tastypie_apiaccess",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
}
|
||||
|
||||
type tastypieApiaccessErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
}
|
||||
26
database/mcp/dberrors/tastypie_apikey.bob.go
Normal file
26
database/mcp/dberrors/tastypie_apikey.bob.go
Normal file
@@ -0,0 +1,26 @@
|
||||
// Code generated by BobGen mysql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var TastypieApikeyErrors = &tastypieApikeyErrors{
|
||||
ErrUniquePrimary: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "tastypie_apikey",
|
||||
columns: []string{"id"},
|
||||
s: "PRIMARY",
|
||||
},
|
||||
|
||||
ErrUniqueUserId: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "tastypie_apikey",
|
||||
columns: []string{"user_id"},
|
||||
s: "user_id",
|
||||
},
|
||||
}
|
||||
|
||||
type tastypieApikeyErrors struct {
|
||||
ErrUniquePrimary *UniqueConstraintError
|
||||
|
||||
ErrUniqueUserId *UniqueConstraintError
|
||||
}
|
||||
Reference in New Issue
Block a user