Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -6,19 +6,19 @@ import ( |
| 6 | 6 |
) |
| 7 | 7 |
|
| 8 | 8 |
const ( |
| 9 |
- // MediaTypeRawStream is vendor specific MIME-Type set for raw TTY streams |
|
| 9 |
+ // MediaTypeRawStream is vendor specific MIME-Type set for raw TTY streams. |
|
| 10 | 10 |
MediaTypeRawStream = "application/vnd.docker.raw-stream" |
| 11 | 11 |
|
| 12 |
- // MediaTypeMultiplexedStream is vendor specific MIME-Type set for stdin/stdout/stderr multiplexed streams |
|
| 12 |
+ // MediaTypeMultiplexedStream is vendor specific MIME-Type set for stdin/stdout/stderr multiplexed streams. |
|
| 13 | 13 |
MediaTypeMultiplexedStream = "application/vnd.docker.multiplexed-stream" |
| 14 | 14 |
|
| 15 |
- // MediaTypeJSON is the MIME-Type for JSON objects |
|
| 15 |
+ // MediaTypeJSON is the MIME-Type for JSON objects. |
|
| 16 | 16 |
MediaTypeJSON = "application/json" |
| 17 | 17 |
|
| 18 |
- // MediaTypeNDJson is the MIME-Type for Newline Delimited JSON objects streams |
|
| 18 |
+ // MediaTypeNDJSON is the MIME-Type for Newline Delimited JSON objects streams. |
|
| 19 | 19 |
MediaTypeNDJSON = "application/x-ndjson" |
| 20 | 20 |
|
| 21 |
- // MediaTypeJsonSequence is the MIME-Type for JSON Text Sequences (RFC7464) |
|
| 21 |
+ // MediaTypeJSONSequence is the MIME-Type for JSON Text Sequences (RFC7464). |
|
| 22 | 22 |
MediaTypeJSONSequence = "application/json-seq" |
| 23 | 23 |
) |
| 24 | 24 |
|
| ... | ... |
@@ -6,19 +6,19 @@ import ( |
| 6 | 6 |
) |
| 7 | 7 |
|
| 8 | 8 |
const ( |
| 9 |
- // MediaTypeRawStream is vendor specific MIME-Type set for raw TTY streams |
|
| 9 |
+ // MediaTypeRawStream is vendor specific MIME-Type set for raw TTY streams. |
|
| 10 | 10 |
MediaTypeRawStream = "application/vnd.docker.raw-stream" |
| 11 | 11 |
|
| 12 |
- // MediaTypeMultiplexedStream is vendor specific MIME-Type set for stdin/stdout/stderr multiplexed streams |
|
| 12 |
+ // MediaTypeMultiplexedStream is vendor specific MIME-Type set for stdin/stdout/stderr multiplexed streams. |
|
| 13 | 13 |
MediaTypeMultiplexedStream = "application/vnd.docker.multiplexed-stream" |
| 14 | 14 |
|
| 15 |
- // MediaTypeJSON is the MIME-Type for JSON objects |
|
| 15 |
+ // MediaTypeJSON is the MIME-Type for JSON objects. |
|
| 16 | 16 |
MediaTypeJSON = "application/json" |
| 17 | 17 |
|
| 18 |
- // MediaTypeNDJson is the MIME-Type for Newline Delimited JSON objects streams |
|
| 18 |
+ // MediaTypeNDJSON is the MIME-Type for Newline Delimited JSON objects streams. |
|
| 19 | 19 |
MediaTypeNDJSON = "application/x-ndjson" |
| 20 | 20 |
|
| 21 |
- // MediaTypeJsonSequence is the MIME-Type for JSON Text Sequences (RFC7464) |
|
| 21 |
+ // MediaTypeJSONSequence is the MIME-Type for JSON Text Sequences (RFC7464). |
|
| 22 | 22 |
MediaTypeJSONSequence = "application/json-seq" |
| 23 | 23 |
) |
| 24 | 24 |
|