Versions in this module Expand all Collapse all v0 v0.9.0 Sep 26, 2025 Changes in this version type Module + func (m *Module) DeclareMessaging(_ *messaging.Declarations) v0.9.0-beta Sep 24, 2025 v0.8.1 Sep 24, 2025 Changes in this version + type CreateUserReq struct + Active bool + Age *int + Email string + Metadata map[string]string + Name string + Role string + type DeleteUserReq struct + Force bool + ID int + type GetUserReq struct + ID int + type ListResponse struct + Page int + Pages int + Total int + Users []Response + type ListUsersReq struct + Active *bool + Page int + PageSize int + Roles []string + Search string + type Module struct + func (m *Module) DescribeModule() app.ModuleDescriptor + func (m *Module) DescribeRoutes() []server.RouteDescriptor + func (m *Module) Init(deps *app.ModuleDeps) error + func (m *Module) Name() string + func (m *Module) RegisterMessaging(_ *messaging.Registry) + func (m *Module) RegisterRoutes(hr *server.HandlerRegistry, r server.RouteRegistrar) + func (m *Module) Shutdown() error + type Response struct + Active bool + Age *int + CreatedAt time.Time + Email string + ID int + Metadata map[string]string + Name string + Role string + UpdatedAt time.Time + type UpdateUserReq struct + Active *bool + Age *int + Email string + ID int + Name string + Role string