Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
corteza
corteza-server
Commits
44e3bf1d
Commit
44e3bf1d
authored
6 years ago
by
Tit Petric
Browse files
Options
Download
Email Patches
Plain Diff
del(crm): unused error.go
parent
af3a677f
2021.9.x
2020.12.x
2020.12.x-store-cache
2020.9.x
2021.3.x
2021.3.x-feature-invoker-runner
2021.3.x-sink
2021.3.x-wf-flaky-trace
2021.9.x-feature-discovery
2021.9.x-feature-idp-roles
2021.9.x-feature-ns-dup
2021.9.x-feature-report-scenarios
2021.9.x-feature-res-tr
2021.9.x-fix-wf-preprocessing-loop
2021.9.x-planetcrust
2021.9.x-wf-function-translations
2021.9.3
2021.9.3-planetcrust
2021.9.3-discovery
2021.9.2
2021.9.2-plugin-poc
2021.9.1
2021.9.0
2021.9.0-rc.4
2021.9.0-rc.3
2021.9.0-rc.2
2021.9.0-rc.1
2021.9.0-dev.5
2021.9.0-dev.4
2021.9.0-dev.3
2021.9.0-dev.2
2021.9.0-dev.1
2021.6.0-rc.3
2021.6.0-rc.2
2021.6.0-rc.1
2021.6.0-feature-relay
2021.3.13
2021.3.12
2021.3.11
2021.3.10
2021.3.9
2021.3.8
2021.3.7
2021.3.6
2021.3.5
2021.3.4
2021.3.3
2021.3.2
2021.3.1
2021.3.1-feature-fed-update
2021.3.0
2021.3.0-rc.4
2021.3.0-rc.3
2021.3.0-rc.2
2021.3.0-rc.1
2021.3.0-feature-workflow
2021.3.0-feature-fed-update
2020.12.3
2020.12.2
2020.12.1
2020.12.0
2020.12.0-rc.5
2020.12.0-rc.4
2020.12.0-rc.3
2020.12.0-rc.2
2020.12.0-rc.1
2020.12.0-feddatafix
2020.9.5
2020.9.4
2020.9.1
2020.9.0
2020.9.0-rc.1
2020.6.1
2020.6.0
2020.03.0.rc.2
2020.03.0.rc.1
2020.3.0-rc.3
2019.12.1
2019.12.0
2019.12.0-rc.4
2019.12.0-rc.3
2019.12.0-rc.2
2019.12.0-rc.1
2019.12.0-rc0
2019.10.0-rc.1
2019.9.0-rc.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
crm/repository/error.go
crm/repository/error.go
+0
-13
No files found.
crm/repository/error.go
deleted
100644 → 0
View file @
af3a677f
package
repository
type
(
repositoryError
string
)
const
(
ErrDatabaseError
=
repositoryError
(
"DatabaseError"
)
)
func
(
e
repositoryError
)
Error
()
string
{
return
"repository."
+
string
(
e
)
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help