//
pkg.gl
Category
github.com/evgesoch/gofwc
backend
iris
models
package
0.1.2
Repository:
https://github.com/evgesoch/gofwc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
138 SLOC
#
Functions
CloseDB
Close the database.
CreateDB
Create the database.
CreatePost
Create a new Post in the database.
DeletePostByID
Delete a Post from the database.
GetAllPosts
Get all Posts from the database.
GetPostByID
Get a Post from the database.
OpenDB
Open the database.
UpdatePostByID
Update a Post in the database.
#
Structs
Post
The Post struct.