issue

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const IssuesURL = "https://api.github.com/search/issues"

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	Title     string
	User      User
	Milestone Milestone
}

type IssuesSearchResult

type IssuesSearchResult struct {
	TotalCount int `json:"total_count"`
	Items      []Issue
}

func SearchIssues

func SearchIssues(params string) (*IssuesSearchResult, error)

type Milestone

type Milestone struct {
	Title       string
	Description string
}

type User

type User struct {
	Login string
}

Jump to

Keyboard shortcuts

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