Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPluginSyncer ¶
func NewPluginSyncer(data *data.Data) plugin.SearchSyncer
Types ¶
type PluginSyncer ¶
type PluginSyncer struct {
// contains filtered or unexported fields
}
func (*PluginSyncer) GetAnswersPage ¶
func (p *PluginSyncer) GetAnswersPage(ctx context.Context, page, pageSize int) ( answerList []*plugin.SearchContent, err error)
func (*PluginSyncer) GetQuestionsPage ¶
func (p *PluginSyncer) GetQuestionsPage(ctx context.Context, page, pageSize int) ( questionList []*plugin.SearchContent, err error)
Click to show internal directories.
Click to hide internal directories.