Versions in this module Expand all Collapse all v1 v1.3.1 Jan 6, 2026 v1.3.0 Jan 6, 2026 v1.2.1 Dec 10, 2025 v1.1.1 Dec 6, 2025 v1.1.0 Sep 25, 2025 Changes in this version + const DATA_USER_CONTRIBUTIONS + var AllCategoriesKey = "categories:all" + type Comment struct + ArticleID uuid.UUID + Child []*Comment + Content string + CreatedAt time.Time + DeletedAt time.Time + FromUserID uuid.UUID + FromUserName string + ID int64 + Likes int32 + ParentID int64 + ToUserID uuid.UUID + ToUserName string + type Server struct + func NewServer(config util.Config, store db.Store, taskDistributor worker.TaskDistributor, ...) (*Server, error) + func (server *Server) Shutdown(ctx context.Context) error + func (server *Server) Start(address string, config util.Config) error