chore: proto image migrate to ghcr (#13168)
This commit is contained in:
+9
@@ -715,6 +715,7 @@ type Customer3 struct {
|
||||
Surcharge float32 `protobuf:"fixed32,4,opt,name=surcharge,proto3" json:"surcharge,omitempty"`
|
||||
Destination string `protobuf:"bytes,5,opt,name=destination,proto3" json:"destination,omitempty"`
|
||||
// Types that are valid to be assigned to Payment:
|
||||
//
|
||||
// *Customer3_CreditCardNo
|
||||
// *Customer3_ChequeNo
|
||||
Payment isCustomer3_Payment `protobuf_oneof:"payment"`
|
||||
@@ -848,6 +849,7 @@ type TestVersion1 struct {
|
||||
C []*TestVersion1 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
|
||||
D []TestVersion1 `protobuf:"bytes,5,rep,name=d,proto3" json:"d"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersion1_E
|
||||
// *TestVersion1_F
|
||||
Sum isTestVersion1_Sum `protobuf_oneof:"sum"`
|
||||
@@ -992,6 +994,7 @@ type TestVersion2 struct {
|
||||
C []*TestVersion2 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
|
||||
D []*TestVersion2 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersion2_E
|
||||
// *TestVersion2_F
|
||||
Sum isTestVersion2_Sum `protobuf_oneof:"sum"`
|
||||
@@ -1144,6 +1147,7 @@ type TestVersion3 struct {
|
||||
C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
|
||||
D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersion3_E
|
||||
// *TestVersion3_F
|
||||
Sum isTestVersion3_Sum `protobuf_oneof:"sum"`
|
||||
@@ -1296,6 +1300,7 @@ type TestVersion3LoneOneOfValue struct {
|
||||
C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
|
||||
D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersion3LoneOneOfValue_E
|
||||
Sum isTestVersion3LoneOneOfValue_Sum `protobuf_oneof:"sum"`
|
||||
G *types.Any `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
|
||||
@@ -1435,6 +1440,7 @@ type TestVersion3LoneNesting struct {
|
||||
C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
|
||||
D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersion3LoneNesting_F
|
||||
Sum isTestVersion3LoneNesting_Sum `protobuf_oneof:"sum"`
|
||||
G *types.Any `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
|
||||
@@ -1822,6 +1828,7 @@ type TestVersion4LoneNesting struct {
|
||||
C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
|
||||
D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersion4LoneNesting_F
|
||||
Sum isTestVersion4LoneNesting_Sum `protobuf_oneof:"sum"`
|
||||
G *types.Any `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
|
||||
@@ -2206,6 +2213,7 @@ type TestVersionFD1 struct {
|
||||
X int64 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
|
||||
A *TestVersion1 `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersionFD1_E
|
||||
// *TestVersionFD1_F
|
||||
Sum isTestVersionFD1_Sum `protobuf_oneof:"sum"`
|
||||
@@ -2323,6 +2331,7 @@ type TestVersionFD1WithExtraAny struct {
|
||||
X int64 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
|
||||
A *TestVersion1 `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
|
||||
// Types that are valid to be assigned to Sum:
|
||||
//
|
||||
// *TestVersionFD1WithExtraAny_E
|
||||
// *TestVersionFD1WithExtraAny_F
|
||||
Sum isTestVersionFD1WithExtraAny_Sum `protobuf_oneof:"sum"`
|
||||
|
||||
Reference in New Issue
Block a user