Update export API types

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-10-04 15:34:27 -07:00
parent 42eedc0bc7
commit 52341a2343
3 changed files with 26 additions and 7 deletions

View File

@@ -5997,6 +5997,13 @@ file {
type: TYPE_STRING
json_name: "stream"
}
field {
name: "media_type"
number: 2
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "mediaType"
}
}
options {
go_package: "github.com/containerd/containerd/api/types/transfer"