aboutsummaryrefslogtreecommitdiff
path: root/internal/testprotos/textpb2/test.pb.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testprotos/textpb2/test.pb.go')
-rw-r--r--internal/testprotos/textpb2/test.pb.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/testprotos/textpb2/test.pb.go b/internal/testprotos/textpb2/test.pb.go
index 4c0124ab..ec254718 100644
--- a/internal/testprotos/textpb2/test.pb.go
+++ b/internal/testprotos/textpb2/test.pb.go
@@ -869,6 +869,7 @@ type IndirectRequired struct {
RptNested []*NestedWithRequired `protobuf:"bytes,2,rep,name=rpt_nested,json=rptNested" json:"rpt_nested,omitempty"`
StrToNested map[string]*NestedWithRequired `protobuf:"bytes,3,rep,name=str_to_nested,json=strToNested" json:"str_to_nested,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
// Types that are assignable to Union:
+ //
// *IndirectRequired_OneofNested
Union isIndirectRequired_Union `protobuf_oneof:"union"`
}