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 Add canonical import comment 2018-02-05 16:51:57 -05:00
container Add canonical import comment 2018-02-05 16:51:57 -05:00
events Add canonical import comment 2018-02-05 16:51:57 -05:00
filters Automated migration using 2018-03-16 11:03:43 -04:00
image use swagger support for « title » as generated types names for inline schema 2017-12-13 18:54:37 +01:00
mount Add canonical import comment 2018-02-05 16:51:57 -05:00
network Add canonical import comment 2018-02-05 16:51:57 -05:00
plugins/logdriver Add canonical import comment 2018-02-05 16:51:57 -05:00
registry Add canonical import comment 2018-02-05 16:51:57 -05:00
strslice Add canonical import comment 2018-02-05 16:51:57 -05:00
swarm Merge pull request #33702 from aaronlehmann/templated-secrets-and-configs 2018-02-21 13:39:10 +01:00
time Add canonical import comment 2018-02-05 16:51:57 -05:00
versions Add canonical import comment 2018-02-05 16:51:57 -05:00
volume Add canonical import comment 2018-02-05 16:51:57 -05:00
auth.go Add canonical import comment 2018-02-05 16:51:57 -05:00
client.go Add canonical import comment 2018-02-05 16:51:57 -05:00
configs.go Merge pull request #36224 from dnephin/refactor-commit 2018-02-08 21:02:30 +09:00
error_response.go Update to inline comments. 2016-10-31 11:13:41 -04:00
graph_driver_data.go Generate GraphDriver from spec, and fix up image spec. 2017-01-03 11:47:47 -05:00
id_response.go Add an IDResponse type 2016-10-31 11:16:02 -04:00
image_delete_response_item.go Generate ImageDeleteResponse from swagger spec. 2017-01-03 11:47:47 -05:00
image_summary.go Generate api/types:Image from the swagger spec 2016-10-20 13:24:23 -07:00
plugin.go Update API plugin response examples 2017-07-27 18:43:13 +02:00
plugin_device.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_env.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_interface_type.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_mount.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_responses.go Add canonical import comment 2018-02-05 16:51:57 -05:00
port.go Generate api/types:Port from swagger spec. 2016-10-20 13:24:23 -07:00
seccomp.go Add canonical import comment 2018-02-05 16:51:57 -05:00
service_update_response.go Return warnings from service create and service update when digest pinning fails 2016-11-18 09:31:31 -08:00
stats.go Add canonical import comment 2018-02-05 16:51:57 -05:00
types.go Add canonical import comment 2018-02-05 16:51:57 -05:00
volume.go Merge pull request #34186 from thaJeztah/api-update-example-data 2017-07-20 09:38:28 +02:00