Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileResponse ¶
type ProfileResponse struct { UserId string `json:"userId"` Email string `json:"email"` Name string `json:"name"` LegalName string `json:"description"` UserName string `json:"username"` Roles []string `json:"roles"` Address string `json:"address"` DateOfBirth string `json:"dateOfBirth"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` }
type UpdateProfileRequest ¶
type UpdateProfileRequest struct { UserId string `json:"userId"` Email string `json:"email"` Name string `json:"name"` LegalName string `json:"description"` UserName string `json:"username"` Roles []string `json:"roles"` Address string `json:"address"` DateOfBirth string `json:"dateOfBirth"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` }
Click to show internal directories.
Click to hide internal directories.