github

package
v3.1.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2017 License: MIT Imports: 9 Imported by: 1

Documentation

Overview

Package github implements AnswerHub provider

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register added in v1.5.2

func Register(config map[string]interface{}, f func(interface{}) error)

Register registers the provider

Types

type Provider

type Provider struct {
	// contains filtered or unexported fields
}

Provider represents the provider

func (*Provider) Search

func (provider *Provider) Search(ctx context.Context, args map[string]interface{}) ([]map[string]interface{}, error)

Search makes a search

type SRIRepository added in v1.8.0

type SRIRepository struct {
	Fullname    string `json:"full_name"`
	Description string `json:"description"`
}

SRIRepository represents the structure of the search result items repository

type SRITMatches added in v1.8.0

type SRITMatches struct {
	Fragment string `json:"fragment"`
}

SRITMatches represents the structure of the search result items text matches field

type SRItems added in v1.8.0

type SRItems struct {
	Name        string         `json:"name"`
	Path        string         `json:"path"`
	HTMLUrl     string         `json:"html_url"`
	Repository  *SRIRepository `json:"repository"`
	TextMatches []*SRITMatches `json:"text_matches"`
}

SRItems represents the structure of the search result items

type SearchResult

type SearchResult struct {
	TotalCount        int        `json:"total_count"`
	IncompleteResults bool       `json:"incomplete_results"`
	Items             []*SRItems `json:"items"`
}

SearchResult represents the structure of the search result

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL