Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthHandler ¶
type HealthHandler interface {
Get(w http.ResponseWriter, r *http.Request)
}
func NewHealthHandler ¶
func NewHealthHandler() HealthHandler
type UserHandler ¶
type UserHandler interface { Get(w http.ResponseWriter, r *http.Request) Post(w http.ResponseWriter, r *http.Request) }
func NewUserHandler ¶
func NewUserHandler(userUseCase usecase.UserUseCase) UserHandler
Click to show internal directories.
Click to hide internal directories.