Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler( r infrastructure.Router, c chat.ChatUseCase, ) (http.Handler, error)
Types ¶
type ChatHandler ¶
func NewChatHandler ¶
func NewChatHandler( chatUseCase chat.ChatUseCase, ) (*ChatHandler, error)
func (*ChatHandler) CreateChat ¶
func (h *ChatHandler) CreateChat( rw http.ResponseWriter, r *http.Request, ) models.RequestResult
Click to show internal directories.
Click to hide internal directories.