Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonResponse ¶
type CommonResponse struct {
Message string `json:"Message"`
}
type GetUserRequestQueryParams ¶
type GetUserRequestQueryParams struct {
UserId string `json:"UserId"`
}
type PostConfirmUpdateItemExpressionAttributeValueInput ¶
type PostConfirmUpdateItemExpressionAttributeValueInput struct {
Status string `json:":status"`
}
type PostConfirmationUpdateItemKeyInput ¶
type PostConfirmationUpdateItemKeyInput struct {
UserId string `json:"UserId"`
}
type PreSignUpQueryExpressionAttributeValueInput ¶
type PreSignUpQueryExpressionAttributeValueInput struct {
Email string `json:":email"`
}
type ServiceHealthResponse ¶
type ServiceHealthResponse struct {
ServerHealth string `json:"ServiceHealth"`
}
type ServiceTimeResponse ¶
type ServiceTimeResponse struct {
ServerTime string `json:"ServerTime"`
}
type SignUpRequestBody ¶
type SignUpResponse ¶
Click to show internal directories.
Click to hide internal directories.