portainer/api/http/handler/websocket
Chaim Lev-Ari db4a5292be
refactor(errors): reorganize errors (#3938)
* refactor(bolt): move ErrObjectNotFound to bolt

* refactor(http): move ErrUnauthorized to http package

* refactor(http): move ErrResourceAccessDenied to http errors

* refactor(http): move security errors to package

* refactor(users): move user errors to users package

* refactor(errors): move single errors to their package

* refactor(schedules): move schedule error to package

* refactor(http): move endpoint error to http package

* refactor(docker): move docker errors to package

* refactor(filesystem): move filesystem errors to package

* refactor(errors): remove portainer.Error

* style(chisel): reorder imports

* fix(stacks): remove portainer.Error
2020-07-08 09:57:52 +12:00
..
attach.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
dial.go feat(containers): add support docker attach (#2842) 2019-05-09 14:04:40 +12:00
dial_windows.go feat(containers): add support docker attach (#2842) 2019-05-09 14:04:40 +12:00
exec.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
handler.go feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
hijack.go feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
initdial.go feat(containers): add support docker attach (#2842) 2019-05-09 14:04:40 +12:00
pod.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
proxy.go feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
stream.go feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
types.go feat(containers): add support docker attach (#2842) 2019-05-09 14:04:40 +12:00