package
0.0.0-20241219040830-7717c9c2d922
Repository: https://github.com/roackb2/lucid.git
Documentation: pkg.go.dev
# Functions
CreateMockUser godoc @Summary Create a new user @Description Creates a new user with the provided details @Tags users @Accept json @Produce json @Param user body UserRequest true "User details" @Success 201 {object} map[string]string "User created successfully" @Failure 400 {object} map[string]string "Bad request" @Failure 500 {object} map[string]string "Internal server error" @Router /api/v1/users [post].
Healthz godoc @Summary Health check endpoint @Description Returns the health status of the application @Tags healthz @Produce json @Success 200 {object} map[string]string @Router /healthz [get].
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WebsocketController is a controller for websocket connections Though the connection handling is delegated to the ws package, this controller is to abstract from the actual implementation of the gorilla/websocket package and to provide a clean interface for the websocket connections.