household.pb.go 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: household.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type UserWxPublicAddRequest struct {
  20. OpenId string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id"`
  21. UnionId string `protobuf:"bytes,2,opt,name=union_id,json=unionId,proto3" json:"union_id"`
  22. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  23. XXX_unrecognized []byte `json:"-"`
  24. XXX_sizecache int32 `json:"-"`
  25. }
  26. func (m *UserWxPublicAddRequest) Reset() { *m = UserWxPublicAddRequest{} }
  27. func (m *UserWxPublicAddRequest) String() string { return proto.CompactTextString(m) }
  28. func (*UserWxPublicAddRequest) ProtoMessage() {}
  29. func (*UserWxPublicAddRequest) Descriptor() ([]byte, []int) {
  30. return fileDescriptor_137f5ce6ca8cb923, []int{0}
  31. }
  32. func (m *UserWxPublicAddRequest) XXX_Unmarshal(b []byte) error {
  33. return xxx_messageInfo_UserWxPublicAddRequest.Unmarshal(m, b)
  34. }
  35. func (m *UserWxPublicAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  36. return xxx_messageInfo_UserWxPublicAddRequest.Marshal(b, m, deterministic)
  37. }
  38. func (m *UserWxPublicAddRequest) XXX_Merge(src proto.Message) {
  39. xxx_messageInfo_UserWxPublicAddRequest.Merge(m, src)
  40. }
  41. func (m *UserWxPublicAddRequest) XXX_Size() int {
  42. return xxx_messageInfo_UserWxPublicAddRequest.Size(m)
  43. }
  44. func (m *UserWxPublicAddRequest) XXX_DiscardUnknown() {
  45. xxx_messageInfo_UserWxPublicAddRequest.DiscardUnknown(m)
  46. }
  47. var xxx_messageInfo_UserWxPublicAddRequest proto.InternalMessageInfo
  48. func (m *UserWxPublicAddRequest) GetOpenId() string {
  49. if m != nil {
  50. return m.OpenId
  51. }
  52. return ""
  53. }
  54. func (m *UserWxPublicAddRequest) GetUnionId() string {
  55. if m != nil {
  56. return m.UnionId
  57. }
  58. return ""
  59. }
  60. type UserWxPublicAddReply struct {
  61. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  62. XXX_unrecognized []byte `json:"-"`
  63. XXX_sizecache int32 `json:"-"`
  64. }
  65. func (m *UserWxPublicAddReply) Reset() { *m = UserWxPublicAddReply{} }
  66. func (m *UserWxPublicAddReply) String() string { return proto.CompactTextString(m) }
  67. func (*UserWxPublicAddReply) ProtoMessage() {}
  68. func (*UserWxPublicAddReply) Descriptor() ([]byte, []int) {
  69. return fileDescriptor_137f5ce6ca8cb923, []int{1}
  70. }
  71. func (m *UserWxPublicAddReply) XXX_Unmarshal(b []byte) error {
  72. return xxx_messageInfo_UserWxPublicAddReply.Unmarshal(m, b)
  73. }
  74. func (m *UserWxPublicAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  75. return xxx_messageInfo_UserWxPublicAddReply.Marshal(b, m, deterministic)
  76. }
  77. func (m *UserWxPublicAddReply) XXX_Merge(src proto.Message) {
  78. xxx_messageInfo_UserWxPublicAddReply.Merge(m, src)
  79. }
  80. func (m *UserWxPublicAddReply) XXX_Size() int {
  81. return xxx_messageInfo_UserWxPublicAddReply.Size(m)
  82. }
  83. func (m *UserWxPublicAddReply) XXX_DiscardUnknown() {
  84. xxx_messageInfo_UserWxPublicAddReply.DiscardUnknown(m)
  85. }
  86. var xxx_messageInfo_UserWxPublicAddReply proto.InternalMessageInfo
  87. func init() {
  88. proto.RegisterType((*UserWxPublicAddRequest)(nil), "pb_v1.UserWxPublicAddRequest")
  89. proto.RegisterType((*UserWxPublicAddReply)(nil), "pb_v1.UserWxPublicAddReply")
  90. }
  91. func init() {
  92. proto.RegisterFile("household.proto", fileDescriptor_137f5ce6ca8cb923)
  93. }
  94. var fileDescriptor_137f5ce6ca8cb923 = []byte{
  95. // 162 bytes of a gzipped FileDescriptorProto
  96. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0xcf, 0xc8, 0x2f, 0x2d,
  97. 0x4e, 0xcd, 0xc8, 0xcf, 0x49, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2d, 0x48, 0x8a,
  98. 0x2f, 0x33, 0x54, 0xf2, 0xe1, 0x12, 0x0b, 0x2d, 0x4e, 0x2d, 0x0a, 0xaf, 0x08, 0x28, 0x4d, 0xca,
  99. 0xc9, 0x4c, 0x76, 0x4c, 0x49, 0x09, 0x4a, 0x2d, 0x2c, 0x4d, 0x2d, 0x2e, 0x11, 0x12, 0xe7, 0x62,
  100. 0xcf, 0x2f, 0x48, 0xcd, 0x8b, 0xcf, 0x4c, 0x91, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x62, 0x03,
  101. 0x71, 0x3d, 0x53, 0x84, 0x24, 0xb9, 0x38, 0x4a, 0xf3, 0x32, 0xf3, 0xc1, 0x32, 0x4c, 0x60, 0x19,
  102. 0x76, 0x30, 0xdf, 0x33, 0x45, 0x49, 0x8c, 0x4b, 0x04, 0xc3, 0xb4, 0x82, 0x9c, 0x4a, 0x27, 0xf9,
  103. 0x28, 0xd9, 0x82, 0xa2, 0xfc, 0x82, 0xd4, 0xa2, 0x92, 0x4a, 0xdd, 0x94, 0xd4, 0xb2, 0xcc, 0xe4,
  104. 0x54, 0xdd, 0xf4, 0xc4, 0x92, 0xd4, 0xf2, 0xc4, 0x4a, 0xfd, 0x82, 0x24, 0xfd, 0x32, 0xc3, 0x24,
  105. 0x36, 0xb0, 0xa3, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf1, 0xaf, 0x69, 0x81, 0xa7, 0x00,
  106. 0x00, 0x00,
  107. }