safe.pb.go 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.25.0
  4. // protoc v3.9.0
  5. // source: safe.proto
  6. package safe
  7. import (
  8. proto "github.com/golang/protobuf/proto"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. reflect "reflect"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. // This is a compile-time assertion that a sufficiently up-to-date version
  20. // of the legacy proto package is being used.
  21. const _ = proto.ProtoPackageIsVersion4
  22. var File_safe_proto protoreflect.FileDescriptor
  23. var file_safe_proto_rawDesc = []byte{
  24. 0x0a, 0x0a, 0x73, 0x61, 0x66, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  25. }
  26. var file_safe_proto_goTypes = []interface{}{}
  27. var file_safe_proto_depIdxs = []int32{
  28. 0, // [0:0] is the sub-list for method output_type
  29. 0, // [0:0] is the sub-list for method input_type
  30. 0, // [0:0] is the sub-list for extension type_name
  31. 0, // [0:0] is the sub-list for extension extendee
  32. 0, // [0:0] is the sub-list for field type_name
  33. }
  34. func init() { file_safe_proto_init() }
  35. func file_safe_proto_init() {
  36. if File_safe_proto != nil {
  37. return
  38. }
  39. type x struct{}
  40. out := protoimpl.TypeBuilder{
  41. File: protoimpl.DescBuilder{
  42. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  43. RawDescriptor: file_safe_proto_rawDesc,
  44. NumEnums: 0,
  45. NumMessages: 0,
  46. NumExtensions: 0,
  47. NumServices: 0,
  48. },
  49. GoTypes: file_safe_proto_goTypes,
  50. DependencyIndexes: file_safe_proto_depIdxs,
  51. }.Build()
  52. File_safe_proto = out.File
  53. file_safe_proto_rawDesc = nil
  54. file_safe_proto_goTypes = nil
  55. file_safe_proto_depIdxs = nil
  56. }