schema

package
v0.0.0-...-c68f227 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 0 Imported by: 0

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 SignUpRequestBody struct {
	Username string `json:"Username"`
	Email    string `json:"Email"`
	Password string `json:"Password"`
}

type SignUpResponse

type SignUpResponse struct {
	UserId                  string `json:"UserId"`
	CodeDeliveryDestination string `json:"CodeDeliveryDestination"`
	CodeDeliveryChannel     string `json:"CodeDeliveryChannel"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL