Skip to content

Commit

Permalink
Merge pull request #6699 from kzys/remove-customtype
Browse files Browse the repository at this point in the history
Remove gogoproto.customtype
Containerd-test-commit: 65bbd36
  • Loading branch information
estesp committed Mar 21, 2022
2 parents 2d989ba + 5a91004 commit d307dc4
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 287 deletions.
28 changes: 13 additions & 15 deletions api/events/content.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/events/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ option go_package = "github.com/containerd/containerd/api/events;events";
option (containerd.plugin.fieldpath_all) = true;

message ContentDelete {
string digest = 1 [(gogoproto.customtype) = "github.com/opencontainers/go-digest.Digest", (gogoproto.nullable) = false];
string digest = 1;
}
40 changes: 0 additions & 40 deletions api/next.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ file {
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "digest"
}
}
Expand Down Expand Up @@ -1178,10 +1174,6 @@ file {
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "digest"
}
field {
Expand Down Expand Up @@ -1251,10 +1243,6 @@ file {
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "digest"
}
}
Expand Down Expand Up @@ -1339,10 +1327,6 @@ file {
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "digest"
}
}
Expand All @@ -1353,10 +1337,6 @@ file {
number: 1
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "digest"
}
field {
Expand Down Expand Up @@ -1443,10 +1423,6 @@ file {
number: 6
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "expected"
}
}
Expand Down Expand Up @@ -1524,10 +1500,6 @@ file {
number: 4
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "expected"
}
field {
Expand Down Expand Up @@ -1626,10 +1598,6 @@ file {
number: 6
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "digest"
}
}
Expand Down Expand Up @@ -1746,10 +1714,6 @@ file {
number: 2
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "digest"
}
field {
Expand Down Expand Up @@ -4157,10 +4121,6 @@ file {
number: 2
label: LABEL_OPTIONAL
type: TYPE_STRING
options {
65003: "github.com/opencontainers/go-digest.Digest"
65001: 0
}
json_name: "parentCheckpoint"
}
field {
Expand Down

0 comments on commit d307dc4

Please sign in to comment.