registry/notifications
Stephen J Day 26b7fe4a91 Use "Size" field to describe blobs over "Length"
After consideration, we've changed the main descriptor field name to for number
of bytes to "size" to match convention. While this may be a subjective
argument, commonly we refer to files by their "size" rather than their
"length". This will match other conventions, like `(FileInfo).Size()` and
methods on `io.SizeReaderAt`. Under more broad analysis, this argument doesn't
necessarily hold up. If anything, "size" is shorter than "length".

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-07-17 17:07:11 -07:00
..
bridge.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
bridge_test.go Notification should send digest URL in event target 2015-05-27 12:56:12 -07:00
endpoint.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
event.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
event_test.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
http.go Address possible goroutine leak in notification library 2015-04-29 18:31:01 -07:00
http_test.go Update notification event Target fields 2015-03-05 18:01:50 -08:00
listener.go Allow Manifest Service to be configured with function arguments 2015-07-15 12:25:16 -07:00
listener_test.go Allow Manifest Service to be configured with function arguments 2015-07-15 12:25:16 -07:00
metrics.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
sinks.go fix some typos in source comments 2015-04-17 12:39:52 +00:00
sinks_test.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00