Documentation
¶
Index ¶
- type ChangePasswordInput
- type CreateFavoriteInput
- type CreateUserInput
- type CreateUserOutput
- type DeleteFavoriteInput
- type GetByEmailInput
- type GetByEmailOutput
- type GetByUserIdInput
- type GetByUserIdOutput
- type GetFavoriteByIdAndUserIdInput
- type GetFavoriteByIdAndUserIdOutput
- type GetMyFavoritesInput
- type GetMyFavoritesOutput
- type UpdateFavoritePositionInput
- type UpdateFavoritePositionOutput
- type UpdateProfileInput
- type UpdateProfileOutput
- type UpdateSpaceOrderInput
- type UpdateSpaceOrderOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePasswordInput ¶
type CreateFavoriteInput ¶
type CreateUserInput ¶
type CreateUserOutput ¶
type DeleteFavoriteInput ¶
type GetByEmailInput ¶
type GetByEmailInput struct {
Email string
}
type GetByEmailOutput ¶
type GetByUserIdInput ¶
type GetByUserIdInput struct {
UserId string
}
type GetByUserIdOutput ¶
type GetMyFavoritesInput ¶
type GetMyFavoritesInput struct {
UserId string
}
type GetMyFavoritesOutput ¶
type UpdateProfileInput ¶
type UpdateProfileOutput ¶
type UpdateSpaceOrderInput ¶
type UpdateSpaceOrderOutput ¶
type UpdateSpaceOrderOutput struct {
SpaceIds []string
}
Click to show internal directories.
Click to hide internal directories.