Documentation ¶
Overview ¶
Package answerhub implements AnswerHub provider
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider represents the provider
type SRLAuthor ¶ added in v1.8.0
SRLAuthor represents the structure of the search result list author field
type SRList ¶ added in v1.8.0
type SRList struct { ID int `json:"id"` Title string `json:"title"` Body string `json:"body"` Author *SRLAuthor `json:"author"` CreationDate int64 `json:"creationDate"` }
SRList represents the structure of the search result list
type SearchResult ¶
type SearchResult struct {
List []*SRList `json:"list"`
}
SearchResult represents the structure of the search result
Click to show internal directories.
Click to hide internal directories.