Versions in this module Expand all Collapse all v2 v2.0.1 Apr 10, 2026 Changes in this version + type UserController struct + Service *services.UserService + func (c *UserController) Echo(ctx ctxpkg.Context, msg []byte) error + func (c *UserController) HealthCheck(ctx ctxpkg.Context) error + func (c *UserController) ModifyUser(ctx ctxpkg.Context, query models.UserQuery, db *services.DemoDB) (int, error) + func (c *UserController) Stream(ctx ctxpkg.Context, w *ctxpkg.SSEWriter) error v2.0.0 Apr 9, 2026