package
Version:
v0.0.0-...-88b2b22
Opens a new window with list of versions in this module.
Published: Aug 7, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Post struct {
ID uint `json:"id"`
Content string `json:"content"`
}
Post defines the properties of a Post to be listed
type Storage struct {
Posts []Post
}
Storage Memory keeps data in memory
AddPost saves the given Post to the repository
GetAllPosts returns all Posts from the storage
Source Files
¶
Click to show internal directories.
Click to hide internal directories.