package
Version:
v0.0.0-...-c2641ad
Opens a new window with list of versions in this module.
Published: Dec 26, 2019
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 int `json:"id"`
Content string `json:"content"`
Author string `json:"author"`
}
Post is the post struct
Retrieve returns a post of id id
Create adds a post to the db
Delete removes a post from the db
Update updates the content of a post in the db
Source Files
¶
Click to show internal directories.
Click to hide internal directories.