package
0.0.0-20230601010651-937bebb97789
Repository: https://github.com/az4zil/blogs_api.git
Documentation: pkg.go.dev

# Functions

CreateNewArticle is function to create new article.
CreateNewTags is function to create new tag.
CreateNewUser is function to create new user.
GetAllArticles is function to get all article by filter.
GetAllTags is function to get all tags.
GetArticleByID is function to get article by id.
GetArticleBySlug is function to get article by slug.
GetArticleFilterByTitle is function to get article by filtering title.
GetDB configuration for connection to database.
GetTagByID is function to get tag by id.
GetTagByTitle.
GetUserByID is function to get user by id.
GetUserByUsername is function to get user by username.

# Structs

Article
No description provided by the author
No description provided by the author
User is implement for user model.