minio/pkg/api/minioapi
Harshavardhana 596eeb097e Move from fmt.Errorf to errors.New
In many cases fmt.Errorf is good enough, but since
error is an interface, you can use arbitrary data
structures as error values, to allow callers to
inspect the details of the error.
2015-03-15 19:41:16 -07:00
..
api_test.go Restructure and use human readable names 2015-03-12 00:36:33 -07:00
bucket_handlers.go Rename StoreBucket to CreateBucket 2015-03-11 20:14:40 -07:00
contenttype.go Update minioapi documentation 2015-02-23 16:46:48 -08:00
definitions.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
error_response.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
generic_handlers.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
headers.go Get object range request added 2015-03-12 00:07:27 -07:00
object_handlers.go Restructure and use human readable names 2015-03-12 00:36:33 -07:00
policy_handlers.go Restructure and use human readable names 2015-03-12 00:36:33 -07:00
range.go Move from fmt.Errorf to errors.New 2015-03-15 19:41:16 -07:00
resources.go Implement delimiter, path prefix 2015-02-27 16:23:05 -08:00
response.go Rename dateFormat with understandable name ``iso8601Format`` 2015-03-10 01:51:34 -07:00
router.go Restructure and use human readable names 2015-03-12 00:36:33 -07:00