Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetMeHandler ¶
type GetMeHandler struct {
UseCase *usecases.GetMeUseCase
}
func (*GetMeHandler) Handler ¶
func (h *GetMeHandler) Handler() http.HandlerFunc
type SignOutHandler ¶
type SignOutHandler struct {
UseCase *usecases.SignOutUseCase
}
func (*SignOutHandler) Handler ¶
func (h *SignOutHandler) Handler() http.HandlerFunc
type SignOutRequestPayload ¶
Click to show internal directories.
Click to hide internal directories.