github

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(githubAccessToken string) *githubManager

Types

type Commit

type Commit struct {
	SHA                 string
	Message             string
	Parents             []Commit
	StatusSuccess       bool
	PushedDate          time.Time
	SpecificCheckPassed bool
}

func PickFirstParentCommits

func PickFirstParentCommits(fullCommitsList []Commit) []Commit

type Error

type Error struct {
	Message       string
	PreviousError error
}

func (Error) Error

func (e Error) Error() string

Jump to

Keyboard shortcuts

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