empty.pb.go 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: github.com/golang/protobuf/ptypes/empty/empty.proto
  3. package empty
  4. import (
  5. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  6. protoregistry "google.golang.org/protobuf/reflect/protoregistry"
  7. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  8. emptypb "google.golang.org/protobuf/types/known/emptypb"
  9. sync "sync"
  10. )
  11. const (
  12. // Verify that runtime/protoimpl is sufficiently up-to-date.
  13. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 0)
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(0 - protoimpl.MinVersion)
  16. )
  17. // Symbols defined in public import of google/protobuf/empty.proto
  18. type Empty = emptypb.Empty
  19. var File_github_com_golang_protobuf_ptypes_empty_empty_proto protoreflect.FileDescriptor
  20. var file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDesc = []byte{
  21. 0x0a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c,
  22. 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x70, 0x74, 0x79,
  23. 0x70, 0x65, 0x73, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e,
  24. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72,
  25. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f,
  26. 0x74, 0x6f, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
  27. 0x2f, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  28. 0x2f, 0x70, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x3b, 0x65, 0x6d,
  29. 0x70, 0x74, 0x79, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  30. }
  31. var (
  32. file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDescOnce sync.Once
  33. file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDescData = file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDesc
  34. )
  35. func file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDescGZIP() []byte {
  36. file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDescOnce.Do(func() {
  37. file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDescData = protoimpl.X.CompressGZIP(file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDescData)
  38. })
  39. return file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDescData
  40. }
  41. var file_github_com_golang_protobuf_ptypes_empty_empty_proto_goTypes = []interface{}{}
  42. var file_github_com_golang_protobuf_ptypes_empty_empty_proto_depIdxs = []int32{}
  43. func init() { file_github_com_golang_protobuf_ptypes_empty_empty_proto_init() }
  44. func file_github_com_golang_protobuf_ptypes_empty_empty_proto_init() {
  45. if File_github_com_golang_protobuf_ptypes_empty_empty_proto != nil {
  46. return
  47. }
  48. File_github_com_golang_protobuf_ptypes_empty_empty_proto = protoimpl.FileBuilder{
  49. RawDescriptor: file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDesc,
  50. GoTypes: file_github_com_golang_protobuf_ptypes_empty_empty_proto_goTypes,
  51. DependencyIndexes: file_github_com_golang_protobuf_ptypes_empty_empty_proto_depIdxs,
  52. FilesRegistry: protoregistry.GlobalFiles,
  53. TypesRegistry: protoregistry.GlobalTypes,
  54. }.Init()
  55. file_github_com_golang_protobuf_ptypes_empty_empty_proto_rawDesc = nil
  56. file_github_com_golang_protobuf_ptypes_empty_empty_proto_goTypes = nil
  57. file_github_com_golang_protobuf_ptypes_empty_empty_proto_depIdxs = nil
  58. }