Documentation
¶
Overview ¶
Package http provides the Fiber-based HTTP server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps a fiber.App with lifecycle helpers.
func (*Server) RegisterRoutes ¶
func (s *Server) RegisterRoutes( rt *realtime.Node, v *view.View, osuSongHandler *osuapi.OsuSongHandler, osuTrackStreamHandler *osuapi.OsuTrackStreamHandler, osuGetBackgroundHandler *osuapi.OsuGetBackgroundHandler, osuQueueAdjacentHandler *osuapi.OsuQueueAdjacentHandler, osuSongsSearchHandler *osuapi.OsuSongsSearchHandler, )
Click to show internal directories.
Click to hide internal directories.