Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServeHttp ¶
type ServeHttp struct {
// contains filtered or unexported fields
}
func NewServeHttp ¶
func NewServeHttp( userHandler *handlers.UserHandler, adminHandler *handlers.AdminHandler, postHandler *handlers.PostHandler, commentHandler *handlers.CommentHandler, chatHandler *handlers.ChatHandler, wsHandler *handlers.WebSocketConnection, ) *ServeHttp
Click to show internal directories.
Click to hide internal directories.