github

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2018 License: MIT Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository struct {
	StargazersCount *int `json:"stargazers_count,omitempty"`
}

Repository represents a single repository from github. This struct is a stripped down version of github.Repository. We only return the values we need here.

func GetRepositoryDetails

func GetRepositoryDetails(owner, repo string) (*Repository, error)

GetRepositoryDetails will retrieve details about the repository owner/repo from github.

Jump to

Keyboard shortcuts

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