Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CookieUserIDKey = "user-id"
View Source
var UserKey = "user"
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New( restaurantService core.RestaurantService, lobbyService core.LobbyService, userService core.UserService, ) *Server
Click to show internal directories.
Click to hide internal directories.