Documentation
¶
Index ¶
- type InvestorUser
- func (*InvestorUser) Descriptor() ([]byte, []int)
- func (m *InvestorUser) GetCreatedAt() *timestamp.Timestamp
- func (m *InvestorUser) GetExperience() []*common.Experience
- func (m *InvestorUser) GetInvestment() []*common.Investment
- func (m *InvestorUser) GetTitle() string
- func (m *InvestorUser) GetUpdatedAt() *timestamp.Timestamp
- func (m *InvestorUser) GetUserID() uint32
- func (*InvestorUser) ProtoMessage()
- func (m *InvestorUser) Reset()
- func (m *InvestorUser) String() string
- func (m *InvestorUser) XXX_DiscardUnknown()
- func (m *InvestorUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvestorUser) XXX_Merge(src proto.Message)
- func (m *InvestorUser) XXX_Size() int
- func (m *InvestorUser) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvestorUser ¶
type InvestorUser struct { UserID uint32 `protobuf:"varint,1,opt,name=UserID,proto3" json:"UserID,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"` UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"` Title string `protobuf:"bytes,4,opt,name=Title,proto3" json:"Title,omitempty"` Experience []*common.Experience `protobuf:"bytes,5,rep,name=Experience,proto3" json:"Experience,omitempty"` Investment []*common.Investment `protobuf:"bytes,6,rep,name=Investment,proto3" json:"Investment,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvestorUser) Descriptor ¶
func (*InvestorUser) Descriptor() ([]byte, []int)
func (*InvestorUser) GetCreatedAt ¶
func (m *InvestorUser) GetCreatedAt() *timestamp.Timestamp
func (*InvestorUser) GetExperience ¶
func (m *InvestorUser) GetExperience() []*common.Experience
func (*InvestorUser) GetInvestment ¶
func (m *InvestorUser) GetInvestment() []*common.Investment
func (*InvestorUser) GetTitle ¶
func (m *InvestorUser) GetTitle() string
func (*InvestorUser) GetUpdatedAt ¶
func (m *InvestorUser) GetUpdatedAt() *timestamp.Timestamp
func (*InvestorUser) GetUserID ¶
func (m *InvestorUser) GetUserID() uint32
func (*InvestorUser) ProtoMessage ¶
func (*InvestorUser) ProtoMessage()
func (*InvestorUser) Reset ¶
func (m *InvestorUser) Reset()
func (*InvestorUser) String ¶
func (m *InvestorUser) String() string
func (*InvestorUser) XXX_DiscardUnknown ¶
func (m *InvestorUser) XXX_DiscardUnknown()
func (*InvestorUser) XXX_Marshal ¶
func (m *InvestorUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvestorUser) XXX_Merge ¶
func (m *InvestorUser) XXX_Merge(src proto.Message)
func (*InvestorUser) XXX_Size ¶
func (m *InvestorUser) XXX_Size() int
func (*InvestorUser) XXX_Unmarshal ¶
func (m *InvestorUser) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.