m2.pb.go 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: imports/test_b_1/m2.proto
  3. package beta
  4. import (
  5. fmt "fmt"
  6. proto "github.com/golang/protobuf/proto"
  7. math "math"
  8. )
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  18. type M2 struct {
  19. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  20. XXX_unrecognized []byte `json:"-"`
  21. XXX_sizecache int32 `json:"-"`
  22. }
  23. func (m *M2) Reset() { *m = M2{} }
  24. func (m *M2) String() string { return proto.CompactTextString(m) }
  25. func (*M2) ProtoMessage() {}
  26. func (*M2) Descriptor() ([]byte, []int) {
  27. return fileDescriptor_a1becddceeb586f2, []int{0}
  28. }
  29. func (m *M2) XXX_Unmarshal(b []byte) error {
  30. return xxx_messageInfo_M2.Unmarshal(m, b)
  31. }
  32. func (m *M2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  33. return xxx_messageInfo_M2.Marshal(b, m, deterministic)
  34. }
  35. func (m *M2) XXX_Merge(src proto.Message) {
  36. xxx_messageInfo_M2.Merge(m, src)
  37. }
  38. func (m *M2) XXX_Size() int {
  39. return xxx_messageInfo_M2.Size(m)
  40. }
  41. func (m *M2) XXX_DiscardUnknown() {
  42. xxx_messageInfo_M2.DiscardUnknown(m)
  43. }
  44. var xxx_messageInfo_M2 proto.InternalMessageInfo
  45. func init() {
  46. proto.RegisterType((*M2)(nil), "test.b.part2.M2")
  47. }
  48. func init() { proto.RegisterFile("imports/test_b_1/m2.proto", fileDescriptor_a1becddceeb586f2) }
  49. var fileDescriptor_a1becddceeb586f2 = []byte{
  50. // 125 bytes of a gzipped FileDescriptorProto
  51. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcc, 0xcc, 0x2d, 0xc8,
  52. 0x2f, 0x2a, 0x29, 0xd6, 0x2f, 0x49, 0x2d, 0x2e, 0x89, 0x4f, 0x8a, 0x37, 0xd4, 0xcf, 0x35, 0xd2,
  53. 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x01, 0x09, 0xe9, 0x25, 0xe9, 0x15, 0x24, 0x16, 0x95,
  54. 0x18, 0x29, 0xb1, 0x70, 0x31, 0xf9, 0x1a, 0x39, 0x79, 0x46, 0xb9, 0xa7, 0x67, 0x96, 0x64, 0x94,
  55. 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa7, 0xe7, 0xe7, 0x24, 0xe6, 0xa5, 0xeb, 0x83, 0x95, 0x27,
  56. 0x95, 0xa6, 0x41, 0x18, 0xc9, 0xba, 0xe9, 0xa9, 0x79, 0xba, 0xe9, 0xf9, 0x60, 0x13, 0x53, 0x12,
  57. 0x4b, 0x12, 0xf5, 0xd1, 0xad, 0xb0, 0x4e, 0x4a, 0x2d, 0x49, 0x4c, 0x62, 0x03, 0xab, 0x36, 0x06,
  58. 0x04, 0x00, 0x00, 0xff, 0xff, 0x44, 0x29, 0xbe, 0x6d, 0x82, 0x00, 0x00, 0x00,
  59. }