package
0.0.0-20210413042545-8b844d213fd7
Repository: https://github.com/hoangmirs/go-scraper.git
Documentation: pkg.go.dev

# Functions

CreateKeyword inserts a new Keyword into database and returns last inserted Id on success.
CreateUser insert a new User into database and returns last inserted Id on success.
GetKeywordByID returns the Keyword by passing keywordID.
GetKeyword gets a Keyword by query.
GetKeywords returns keywords by query.
GetKeywordsCount returns the number of current user's uploaded keywords.
GetUserByID returns the User by passing userID.
UpdateKeyword updates a Keyword and returns the error if any.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

KeywordStatus is an implementation of a string for the SQL type.