portainer/api/http/handler/endpoints
Matt Hook 334eee0c8c
fix(errors): wrap db errors, improve error handling (#8859)
* use error check func, wrap db object not found

* add errorlint and fix all the linting errors

* add exportloopref linter and fix errors

* fix incorrect error details returned on an api

* fix new errors

* increase linter timeout

* increase timeout to 10minutes

* increase timeout to 10minutes

* rebase and fix new lint errors

* make CE match EE

* fix govet issue
2023-05-05 12:19:47 +12:00
..
endpoint_agent_browse_docs.go
endpoint_agent_versions.go
endpoint_association_delete.go
endpoint_create.go
endpoint_create_global_key.go
endpoint_create_global_key_test.go
endpoint_delete.go
endpoint_delete_test.go
endpoint_dockerhub_status.go
endpoint_inspect.go
endpoint_list.go
endpoint_list_test.go
endpoint_registries_list.go fix(errors): wrap db errors, improve error handling (#8859) 2023-05-05 12:19:47 +12:00
endpoint_registry_access.go
endpoint_settings_update.go
endpoint_snapshot.go
endpoint_snapshots.go
endpoint_status_inspect.go
endpoint_update.go
filter.go
filter_test.go
handler.go
sort.go
unique_name.go
utils.go