Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserHandler ¶
type UserHandler interface { ServeHTTP(w http.ResponseWriter, r *http.Request) Create(w http.ResponseWriter, r *http.Request) }
func NewUserHandler ¶
func NewUserHandler(uc usecase.UserUsecase) UserHandler
Click to show internal directories.
Click to hide internal directories.