Documentation ¶
Overview ¶
Package answerhub implements AnswerHub provider
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider represents the provider
type SearchResult ¶
type SearchResult struct { Name string Sort string Page int PageSize int PageCount int ListCount int TotalCount int Sorts []string List []*SearchResultList }
SearchResult represent the structure of the search result
type SearchResultList ¶
SearchResultList represent the structure of the search result list
Click to show internal directories.
Click to hide internal directories.