m.pb.go 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: imports/fmt/m.proto
  3. package fmt
  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 M struct {
  19. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  20. XXX_unrecognized []byte `json:"-"`
  21. XXX_sizecache int32 `json:"-"`
  22. }
  23. func (m *M) Reset() { *m = M{} }
  24. func (m *M) String() string { return proto.CompactTextString(m) }
  25. func (*M) ProtoMessage() {}
  26. func (*M) Descriptor() ([]byte, []int) {
  27. return fileDescriptor_72c126fcd452e392, []int{0}
  28. }
  29. func (m *M) XXX_Unmarshal(b []byte) error {
  30. return xxx_messageInfo_M.Unmarshal(m, b)
  31. }
  32. func (m *M) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  33. return xxx_messageInfo_M.Marshal(b, m, deterministic)
  34. }
  35. func (m *M) XXX_Merge(src proto.Message) {
  36. xxx_messageInfo_M.Merge(m, src)
  37. }
  38. func (m *M) XXX_Size() int {
  39. return xxx_messageInfo_M.Size(m)
  40. }
  41. func (m *M) XXX_DiscardUnknown() {
  42. xxx_messageInfo_M.DiscardUnknown(m)
  43. }
  44. var xxx_messageInfo_M proto.InternalMessageInfo
  45. func init() {
  46. proto.RegisterType((*M)(nil), "fmt.M")
  47. }
  48. func init() { proto.RegisterFile("imports/fmt/m.proto", fileDescriptor_72c126fcd452e392) }
  49. var fileDescriptor_72c126fcd452e392 = []byte{
  50. // 109 bytes of a gzipped FileDescriptorProto
  51. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xce, 0xcc, 0x2d, 0xc8,
  52. 0x2f, 0x2a, 0x29, 0xd6, 0x4f, 0xcb, 0x2d, 0xd1, 0xcf, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17,
  53. 0x62, 0x4e, 0xcb, 0x2d, 0x51, 0x62, 0xe6, 0x62, 0xf4, 0x75, 0xb2, 0x8f, 0xb2, 0x4d, 0xcf, 0x2c,
  54. 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x07,
  55. 0x2b, 0x4a, 0x2a, 0x4d, 0x83, 0x30, 0x92, 0x75, 0xd3, 0x53, 0xf3, 0x74, 0xd3, 0xf3, 0xf5, 0x4b,
  56. 0x52, 0x8b, 0x4b, 0x52, 0x12, 0x4b, 0x12, 0xf5, 0x91, 0x8c, 0x4c, 0x62, 0x03, 0xab, 0x31, 0x06,
  57. 0x04, 0x00, 0x00, 0xff, 0xff, 0xc4, 0xc9, 0xee, 0xbe, 0x68, 0x00, 0x00, 0x00,
  58. }