Versions in this module Expand all Collapse all v1 v1.0.0 Aug 29, 2022 Changes in this version + type Article struct + Content string + CreatedAt time.Time + ID uint64 + Title string + UpdatedAt time.Time + func FromDomain(article *schema.Article) (res *Article)