//
pkg.gl
Category
github.com/yutak03/go-http-api-server
repositories
package
0.0.0-20240415185305-cfe4b81bdadc
Repository:
https://github.com/yutak03/go-http-api-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
155 SLOC
#
Functions
InsertArticle
新規投稿をDBにinsertする関数.
InsertComment
No description provided by the author
SelectArticleDetail
投稿IDを指定して、記事データを取得する関数.
SelectArticleList
投稿一覧をDBから取得する関数.
SelectCommentList
No description provided by the author
UpdateNiceNum
いいねの数をupdateする関数.