...

Source file src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go

Documentation: github.com/golang/protobuf/ptypes/timestamp

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // source: github.com/golang/protobuf/ptypes/timestamp/timestamp.proto
     3  
     4  package timestamp
     5  
     6  import (
     7  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
     8  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
     9  	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
    10  	reflect "reflect"
    11  )
    12  
    13  // Symbols defined in public import of google/protobuf/timestamp.proto.
    14  
    15  type Timestamp = timestamppb.Timestamp
    16  
    17  var File_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto protoreflect.FileDescriptor
    18  
    19  var file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_rawDesc = []byte{
    20  	0x0a, 0x3b, 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, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2f, 0x74, 0x69,
    23  	0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67,
    24  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74,
    25  	0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0x37,
    26  	0x5a, 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
    27  	0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
    28  	0x70, 0x65, 0x73, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x3b, 0x74, 0x69,
    29  	0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
    30  	0x33,
    31  }
    32  
    33  var file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_goTypes = []interface{}{}
    34  var file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_depIdxs = []int32{
    35  	0, // [0:0] is the sub-list for method output_type
    36  	0, // [0:0] is the sub-list for method input_type
    37  	0, // [0:0] is the sub-list for extension type_name
    38  	0, // [0:0] is the sub-list for extension extendee
    39  	0, // [0:0] is the sub-list for field type_name
    40  }
    41  
    42  func init() { file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_init() }
    43  func file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_init() {
    44  	if File_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto != nil {
    45  		return
    46  	}
    47  	type x struct{}
    48  	out := protoimpl.TypeBuilder{
    49  		File: protoimpl.DescBuilder{
    50  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    51  			RawDescriptor: file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_rawDesc,
    52  			NumEnums:      0,
    53  			NumMessages:   0,
    54  			NumExtensions: 0,
    55  			NumServices:   0,
    56  		},
    57  		GoTypes:           file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_goTypes,
    58  		DependencyIndexes: file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_depIdxs,
    59  	}.Build()
    60  	File_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto = out.File
    61  	file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_rawDesc = nil
    62  	file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_goTypes = nil
    63  	file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_depIdxs = nil
    64  }
    65  

View as plain text