...
1
2
3
4
5
6
7 package genid
8
9 import (
10 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11 )
12
13 const File_google_protobuf_go_features_proto = "google/protobuf/go_features.proto"
14
15
16 const (
17 GoFeatures_message_name protoreflect.Name = "GoFeatures"
18 GoFeatures_message_fullname protoreflect.FullName = "google.protobuf.GoFeatures"
19 )
20
21
22 const (
23 GoFeatures_LegacyUnmarshalJsonEnum_field_name protoreflect.Name = "legacy_unmarshal_json_enum"
24
25 GoFeatures_LegacyUnmarshalJsonEnum_field_fullname protoreflect.FullName = "google.protobuf.GoFeatures.legacy_unmarshal_json_enum"
26 )
27
28
29 const (
30 GoFeatures_LegacyUnmarshalJsonEnum_field_number protoreflect.FieldNumber = 1
31 )
32
View as plain text