Documentation
¶
Overview ¶
Author: Daniel TAN Date: 2021-08-18 23:45:12 LastEditors: Daniel TAN LastEditTime: 2021-09-27 23:11:21 FilePath: /trinity-micro/example/internal/application/dto/user.go Description:
- @Author: your name
- @Date: 2021-08-18 23:45:12
- @LastEditTime: 2021-09-07 10:46:25
- @LastEditors: your name
- @Description: In User Settings Edit
- @FilePath: /trinity-micro/example/internal/application/dto/user.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserByIDRequest ¶
type GetUserByIDResponse ¶
type GetUserByIDResponse UserDTO
func NewGetUserByIDResponse ¶
func NewGetUserByIDResponse(m *model.User) *GetUserByIDResponse
type ListUserRequest ¶
type ListUserResponse ¶
type ListUserResponse []UserDTO
func NewListUserResponse ¶
func NewListUserResponse(m []model.User) ListUserResponse
Click to show internal directories.
Click to hide internal directories.