subproto.pb.go 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: subpkg/subproto.proto
  3. /*
  4. Package subpkg is a generated protocol buffer package.
  5. It is generated from these files:
  6. subpkg/subproto.proto
  7. It has these top-level messages:
  8. SubObject
  9. */
  10. package subpkg
  11. import proto "github.com/gogo/protobuf/proto"
  12. import fmt "fmt"
  13. import math "math"
  14. import _ "github.com/gogo/protobuf/gogoproto"
  15. // Reference imports to suppress errors if they are not otherwise used.
  16. var _ = proto.Marshal
  17. var _ = fmt.Errorf
  18. var _ = math.Inf
  19. // This is a compile-time assertion to ensure that this generated file
  20. // is compatible with the proto package it is being compiled against.
  21. // A compilation error at this line likely means your copy of the
  22. // proto package needs to be updated.
  23. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  24. type SubObject struct {
  25. XXX_unrecognized []byte `json:"-"`
  26. }
  27. func (m *SubObject) Reset() { *m = SubObject{} }
  28. func (m *SubObject) String() string { return proto.CompactTextString(m) }
  29. func (*SubObject) ProtoMessage() {}
  30. func (*SubObject) Descriptor() ([]byte, []int) { return fileDescriptorSubproto, []int{0} }
  31. func init() {
  32. proto.RegisterType((*SubObject)(nil), "subpkg.SubObject")
  33. }
  34. func init() { proto.RegisterFile("subpkg/subproto.proto", fileDescriptorSubproto) }
  35. var fileDescriptorSubproto = []byte{
  36. // 88 bytes of a gzipped FileDescriptorProto
  37. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2d, 0x2e, 0x4d, 0x2a,
  38. 0xc8, 0x4e, 0xd7, 0x07, 0x51, 0x45, 0xf9, 0x25, 0xf9, 0x7a, 0x60, 0x52, 0x88, 0x0d, 0x22, 0x2c,
  39. 0xa5, 0x9b, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x9f, 0x9e, 0x9f, 0x9e,
  40. 0xaf, 0x0f, 0x96, 0x4e, 0x2a, 0x4d, 0x03, 0xf3, 0xc0, 0x1c, 0x30, 0x0b, 0xa2, 0x4d, 0x89, 0x9b,
  41. 0x8b, 0x33, 0xb8, 0x34, 0xc9, 0x3f, 0x29, 0x2b, 0x35, 0xb9, 0x04, 0x10, 0x00, 0x00, 0xff, 0xff,
  42. 0x4e, 0x38, 0xf3, 0x28, 0x5b, 0x00, 0x00, 0x00,
  43. }