Documentation
¶
Index ¶
- type StartupUser
- func (*StartupUser) Descriptor() ([]byte, []int)
- func (m *StartupUser) GetCreatedAt() *timestamp.Timestamp
- func (m *StartupUser) GetExperience() []*common.Experience
- func (m *StartupUser) GetTitle() string
- func (m *StartupUser) GetUpdatedAt() *timestamp.Timestamp
- func (m *StartupUser) GetUserID() uint32
- func (*StartupUser) ProtoMessage()
- func (m *StartupUser) Reset()
- func (m *StartupUser) String() string
- func (m *StartupUser) XXX_DiscardUnknown()
- func (m *StartupUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StartupUser) XXX_Merge(src proto.Message)
- func (m *StartupUser) XXX_Size() int
- func (m *StartupUser) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StartupUser ¶
type StartupUser 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StartupUser) Descriptor ¶
func (*StartupUser) Descriptor() ([]byte, []int)
func (*StartupUser) GetCreatedAt ¶
func (m *StartupUser) GetCreatedAt() *timestamp.Timestamp
func (*StartupUser) GetExperience ¶
func (m *StartupUser) GetExperience() []*common.Experience
func (*StartupUser) GetTitle ¶
func (m *StartupUser) GetTitle() string
func (*StartupUser) GetUpdatedAt ¶
func (m *StartupUser) GetUpdatedAt() *timestamp.Timestamp
func (*StartupUser) GetUserID ¶
func (m *StartupUser) GetUserID() uint32
func (*StartupUser) ProtoMessage ¶
func (*StartupUser) ProtoMessage()
func (*StartupUser) Reset ¶
func (m *StartupUser) Reset()
func (*StartupUser) String ¶
func (m *StartupUser) String() string
func (*StartupUser) XXX_DiscardUnknown ¶
func (m *StartupUser) XXX_DiscardUnknown()
func (*StartupUser) XXX_Marshal ¶
func (m *StartupUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StartupUser) XXX_Merge ¶
func (m *StartupUser) XXX_Merge(src proto.Message)
func (*StartupUser) XXX_Size ¶
func (m *StartupUser) XXX_Size() int
func (*StartupUser) XXX_Unmarshal ¶
func (m *StartupUser) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.