Documentation
¶
Index ¶
- Variables
- func AddComment(c *gin.Context)
- func AddPost(c *gin.Context)
- func AuthGoogle(c *gin.Context)
- func AuthKakao(c *gin.Context)
- func AuthNaver(c *gin.Context)
- func DeleteComment(c *gin.Context)
- func DeleteMember(c *gin.Context)
- func DeletePost(c *gin.Context)
- func GetAllCommentsByPostId(c *gin.Context)
- func GetAllMembers(c *gin.Context)
- func GetAllPosts(c *gin.Context)
- func GetMember(c *gin.Context)
- func GetPost(c *gin.Context)
- func UpdateComment(c *gin.Context)
- func UpdateMember(c *gin.Context)
- func UpdatePost(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var DB = repository.DBConfig{
MyDB: setupDB(),
}
Functions ¶
func AddComment ¶
func AuthGoogle ¶
func DeleteComment ¶
func DeleteMember ¶
func DeletePost ¶
func GetAllCommentsByPostId ¶
func GetAllMembers ¶
func GetAllPosts ¶
func UpdateComment ¶
func UpdateMember ¶
func UpdatePost ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.