Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserTransformCreateUpdate ¶
type UserTransformCreateUpdate struct { ID uint64 `json:"id"` CreatedAt string `json:"createdAt"` UpdatedAt string `json:"updatedAt"` }
func TransformCreateUpdate ¶
func TransformCreateUpdate(o *entities.User) *UserTransformCreateUpdate
type UserTransformSuccessLogin ¶
type UserTransformSuccessLogin struct { Username string `json:"username"` LoginAt string `json:"loginAt"` }
func TransformSuccessLogin ¶
func TransformSuccessLogin(o *entities.User) *UserTransformSuccessLogin
Click to show internal directories.
Click to hide internal directories.