github

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Github

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

Github is implementation of the github repository.

func NewGithub

func NewGithub() *Github

NewGithub returns a new Github object.

func (*Github) GetBlob

func (gh *Github) GetBlob(ctx context.Context, owner, repo, sha string) (*string, error)

GetBlob returns the decoded content of the specified SHA.

func (*Github) GetTree

func (gh *Github) GetTree(ctx context.Context, owner, repo, ref string, recursive bool) ([]*core.TreeNode, error)

GetTree returns a slice of contents sorted by the path.

Jump to

Keyboard shortcuts

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