Versions in this module Expand all Collapse all v0 v0.5.0 Oct 17, 2024 v0.4.0 Dec 20, 2023 Changes in this version + type Post struct + Author *user.User + Body string + Title string + type Service interface + Create func(title, body string, author *user.User) (*Post, error)