moby--moby/api/types
Anusha Ragunathan 0b4b0a7b5d Improve partial message support in logger
Docker daemon has a 16K buffer for log messages. If a message length
exceeds 16K, it should be split by the logger and merged at the
endpoint.

This change adds `PartialLogMetaData` struct for enhanced partial support
- LastPartial (bool) : indicates if this is the last of all partials.
- ID (string)        : unique 32 bit ID. ID is same across all partials.
- Ordinal (int starts at 1) : indicates the position of msg in the series of partials.
Also, the timestamps across partials in the same.

Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com>
2018-04-11 13:26:28 -07:00
..
backend Improve partial message support in logger 2018-04-11 13:26:28 -07:00
blkiodev
container
events
filters Automated migration using 2018-03-16 11:03:43 -04:00
image
mount
network
plugins/logdriver
registry
strslice
swarm Merge pull request #33702 from aaronlehmann/templated-secrets-and-configs 2018-02-21 13:39:10 +01:00
time
versions
volume
auth.go
client.go
configs.go Merge pull request #36224 from dnephin/refactor-commit 2018-02-08 21:02:30 +09:00
error_response.go
graph_driver_data.go
id_response.go
image_delete_response_item.go
image_summary.go
plugin.go
plugin_device.go
plugin_env.go
plugin_interface_type.go
plugin_mount.go
plugin_responses.go
port.go
seccomp.go
service_update_response.go
stats.go
types.go
volume.go