Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserDbModel ¶
type CreateUserReqDto ¶
type CreateUserReqDto struct {
UserTitle string `json:"user_title"`
}
func (*CreateUserReqDto) ToDbModel ¶
func (m *CreateUserReqDto) ToDbModel(meta_data string) CreateUserDbModel
type UpdateUserDbModel ¶
type UpdateUserReqDto ¶
type UpdateUserReqDto struct {
UserTitle string `json:"user_title"`
}
func (*UpdateUserReqDto) ToDbModel ¶
func (m *UpdateUserReqDto) ToDbModel(meta_data string) UpdateUserDbModel
type UserResDto ¶
Click to show internal directories.
Click to hide internal directories.