Documentation ¶
Index ¶
- Variables
- type ClassesDO
- func (*ClassesDO) Descriptor() ([]byte, []int)
- func (m *ClassesDO) GetClassNo() string
- func (m *ClassesDO) GetId() int32
- func (m *ClassesDO) GetUserId() int32
- func (this *ClassesDO) GoString() string
- func (m *ClassesDO) Marshal() (dAtA []byte, err error)
- func (m *ClassesDO) MarshalTo(dAtA []byte) (int, error)
- func (m *ClassesDO) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClassesDO) ProtoMessage()
- func (m *ClassesDO) Reset()
- func (m *ClassesDO) Size() (n int)
- func (m *ClassesDO) String() string
- func (m *ClassesDO) Unmarshal(dAtA []byte) error
- func (m *ClassesDO) XXX_DiscardUnknown()
- func (m *ClassesDO) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClassesDO) XXX_Merge(src proto.Message)
- func (m *ClassesDO) XXX_Size() int
- func (m *ClassesDO) XXX_Unmarshal(b []byte) error
- type UsersDO
- func (*UsersDO) Descriptor() ([]byte, []int)
- func (m *UsersDO) GetBalance() float64
- func (m *UsersDO) GetDisable() int32
- func (m *UsersDO) GetEmail() string
- func (m *UsersDO) GetId() int32
- func (m *UsersDO) GetName() string
- func (m *UsersDO) GetPhone() string
- func (m *UsersDO) GetSex() int32
- func (this *UsersDO) GoString() string
- func (m *UsersDO) Marshal() (dAtA []byte, err error)
- func (m *UsersDO) MarshalTo(dAtA []byte) (int, error)
- func (m *UsersDO) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UsersDO) ProtoMessage()
- func (m *UsersDO) Reset()
- func (m *UsersDO) Size() (n int)
- func (m *UsersDO) String() string
- func (m *UsersDO) Unmarshal(dAtA []byte) error
- func (m *UsersDO) XXX_DiscardUnknown()
- func (m *UsersDO) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UsersDO) XXX_Merge(src proto.Message)
- func (m *UsersDO) XXX_Size() int
- func (m *UsersDO) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ClassesDO ¶
type ClassesDO struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ClassNo string `protobuf:"bytes,2,opt,name=class_no,json=classNo,proto3" json:"class_no,omitempty"` UserId int32 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClassesDO) Descriptor ¶
func (*ClassesDO) GetClassNo ¶
func (*ClassesDO) MarshalToSizedBuffer ¶
func (*ClassesDO) ProtoMessage ¶
func (*ClassesDO) ProtoMessage()
func (*ClassesDO) XXX_DiscardUnknown ¶
func (m *ClassesDO) XXX_DiscardUnknown()
func (*ClassesDO) XXX_Marshal ¶
func (*ClassesDO) XXX_Unmarshal ¶
type UsersDO ¶
type UsersDO struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"` Sex int32 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex,omitempty"` Email string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"` Disable int32 `protobuf:"varint,6,opt,name=disable,proto3" json:"disable,omitempty"` Balance float64 `protobuf:"fixed64,7,opt,name=balance,proto3" json:"balance,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UsersDO) Descriptor ¶
func (*UsersDO) GetBalance ¶
func (*UsersDO) GetDisable ¶
func (*UsersDO) MarshalToSizedBuffer ¶
func (*UsersDO) ProtoMessage ¶
func (*UsersDO) ProtoMessage()
func (*UsersDO) XXX_DiscardUnknown ¶
func (m *UsersDO) XXX_DiscardUnknown()
func (*UsersDO) XXX_Marshal ¶
func (*UsersDO) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.