Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyword ¶
type Keyword struct { Name string `json:"name"` AdWordsCount int `json:"ad_words_count"` LinksCount int `json:"links_count"` SearchResultsCount string `json:"search_results_count"` HtmlCache string `json:"html_cache"` Status KeywordStatus `json:"status"` LastCrawledAt *time.Time `json:"last_crawled_at"` }
type KeywordStatus ¶
type KeywordStatus int
const ( KeywordNeedCrawl KeywordStatus = iota KeywordCrawled )
type User ¶
type User struct { ID string `json:"id" gorm:"default:null"` Name string `json:"name"` Email string `json:"email"` Avatar string `json:"avatar"` }
User data model
func GetUserFromPerson ¶
type UserKeyword ¶
Click to show internal directories.
Click to hide internal directories.