github

package
v0.0.0-...-120201e Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Branch

type Branch struct {
	Name string
}

type Commit

type Commit struct {
	Message string
	SHA     string
	Date    time.Time
}

type Github

type Github struct {
}

func (*Github) Archive

func (g *Github) Archive(token, owner, name, branch, sha, downloadsDir string) (string, error)

func (*Github) Branches

func (g *Github) Branches(token, owner, name string) ([]*Branch, error)

func (*Github) Commits

func (g *Github) Commits(token, owner, name, branch string) ([]*Commit, error)

Jump to

Keyboard shortcuts

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