1
2
3
4 package duration
5
6 import (
7 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
8 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
9 durationpb "google.golang.org/protobuf/types/known/durationpb"
10 reflect "reflect"
11 )
12
13
14
15 type Duration = durationpb.Duration
16
17 var File_github_com_golang_protobuf_ptypes_duration_duration_proto protoreflect.FileDescriptor
18
19 var file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDesc = []byte{
20 0x0a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
21 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
22 0x70, 0x65, 0x73, 0x2f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x64, 0x75, 0x72,
23 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f,
24 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x75, 0x72,
25 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x35, 0x5a, 0x33, 0x67,
26 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67,
27 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73,
28 0x2f, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69,
29 0x6f, 0x6e, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
30 }
31
32 var file_github_com_golang_protobuf_ptypes_duration_duration_proto_goTypes = []interface{}{}
33 var file_github_com_golang_protobuf_ptypes_duration_duration_proto_depIdxs = []int32{
34 0,
35 0,
36 0,
37 0,
38 0,
39 }
40
41 func init() { file_github_com_golang_protobuf_ptypes_duration_duration_proto_init() }
42 func file_github_com_golang_protobuf_ptypes_duration_duration_proto_init() {
43 if File_github_com_golang_protobuf_ptypes_duration_duration_proto != nil {
44 return
45 }
46 type x struct{}
47 out := protoimpl.TypeBuilder{
48 File: protoimpl.DescBuilder{
49 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
50 RawDescriptor: file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDesc,
51 NumEnums: 0,
52 NumMessages: 0,
53 NumExtensions: 0,
54 NumServices: 0,
55 },
56 GoTypes: file_github_com_golang_protobuf_ptypes_duration_duration_proto_goTypes,
57 DependencyIndexes: file_github_com_golang_protobuf_ptypes_duration_duration_proto_depIdxs,
58 }.Build()
59 File_github_com_golang_protobuf_ptypes_duration_duration_proto = out.File
60 file_github_com_golang_protobuf_ptypes_duration_duration_proto_rawDesc = nil
61 file_github_com_golang_protobuf_ptypes_duration_duration_proto_goTypes = nil
62 file_github_com_golang_protobuf_ptypes_duration_duration_proto_depIdxs = nil
63 }
64
View as plain text