Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserRequestDto ¶
type CreateUserResponseDto ¶
type HTTPAdapter ¶
type HTTPAdapter struct {
// contains filtered or unexported fields
}
func NewHTTPAdapter ¶
func NewHTTPAdapter(userService ports.UserService) (*HTTPAdapter, error)
func (*HTTPAdapter) Shutdown ¶
func (adapter *HTTPAdapter) Shutdown()
func (*HTTPAdapter) Start ¶
func (adapter *HTTPAdapter) Start() error
type HandlerWrapper ¶
type HandlerWrapper func(w http.ResponseWriter, r *http.Request) *domainerr.DomainError
type LoginUserRequestDto ¶
type LoginUserResponseDto ¶
type RenewAccessTokenRequestDto ¶
type RenewAccessTokenRequestDto struct {
RefreshToken string `json:"refresh_token" validate:"required"`
}
Click to show internal directories.
Click to hide internal directories.