1
2
3
4 package structpb
5
6 import (
7 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 structpb "google.golang.org/protobuf/types/known/structpb"
10 reflect "reflect"
11 )
12
13
14
15 type NullValue = structpb.NullValue
16
17 const NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE
18
19 var NullValue_name = structpb.NullValue_name
20 var NullValue_value = structpb.NullValue_value
21
22 type Struct = structpb.Struct
23 type Value = structpb.Value
24 type Value_NullValue = structpb.Value_NullValue
25 type Value_NumberValue = structpb.Value_NumberValue
26 type Value_StringValue = structpb.Value_StringValue
27 type Value_BoolValue = structpb.Value_BoolValue
28 type Value_StructValue = structpb.Value_StructValue
29 type Value_ListValue = structpb.Value_ListValue
30 type ListValue = structpb.ListValue
31
32 var File_github_com_golang_protobuf_ptypes_struct_struct_proto protoreflect.FileDescriptor
33
34 var file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = []byte{
35 0x0a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
36 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
37 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
38 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
39 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e,
40 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
41 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
42 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63,
43 0x74, 0x3b, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x70, 0x62, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72,
44 0x6f, 0x74, 0x6f, 0x33,
45 }
46
47 var file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = []interface{}{}
48 var file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = []int32{
49 0,
50 0,
51 0,
52 0,
53 0,
54 }
55
56 func init() { file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() }
57 func file_github_com_golang_protobuf_ptypes_struct_struct_proto_init() {
58 if File_github_com_golang_protobuf_ptypes_struct_struct_proto != nil {
59 return
60 }
61 type x struct{}
62 out := protoimpl.TypeBuilder{
63 File: protoimpl.DescBuilder{
64 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
65 RawDescriptor: file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc,
66 NumEnums: 0,
67 NumMessages: 0,
68 NumExtensions: 0,
69 NumServices: 0,
70 },
71 GoTypes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes,
72 DependencyIndexes: file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs,
73 }.Build()
74 File_github_com_golang_protobuf_ptypes_struct_struct_proto = out.File
75 file_github_com_golang_protobuf_ptypes_struct_struct_proto_rawDesc = nil
76 file_github_com_golang_protobuf_ptypes_struct_struct_proto_goTypes = nil
77 file_github_com_golang_protobuf_ptypes_struct_struct_proto_depIdxs = nil
78 }
79
View as plain text