moby--moby/builder/remotecontext
Brian Goff ebcb7d6b40 Remove string checking in API error handling
Use strongly typed errors to set HTTP status codes.
Error interfaces are defined in the api/errors package and errors
returned from controllers are checked against these interfaces.

Errors can be wraeped in a pkg/errors.Causer, as long as somewhere in the
line of causes one of the interfaces is implemented. The special error
interfaces take precedence over Causer, meaning if both Causer and one
of the new error interfaces are implemented, the Causer is not
traversed.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-08-15 16:01:11 -04:00
..
git Fix shallow git clone in docker-build 2017-07-25 13:20:59 -07:00
archive.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
detect.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
detect_test.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
filehash.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
generate.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
git.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
lazycontext.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
mimetype.go Move httputils/mimtype to the single consumser, and remove unused function. 2017-06-02 16:10:39 -04:00
mimetype_test.go Move httputils/mimtype to the single consumser, and remove unused function. 2017-06-02 16:10:39 -04:00
remote.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
remote_test.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum.pb.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum.proto Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum_test.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
utils_test.go Refactor remote context parsing 2017-04-25 14:35:31 -07:00