githubclient

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCurrentRepository

func GetCurrentRepository() (string, error)

GetCurrentRepository detects the current repository from the local git context Returns the repository in the format "owner/repo" or an empty string and error if detection fails

func NewClient

func NewClient(githubToken string) *github.Client

Types

type ReviewRequest

type ReviewRequest struct {
	From   string
	On     time.Time
	IsTeam bool
}

func GetReviewRequests

func GetReviewRequests(client *github.Client, owner, repo string, prNumber string) ([]ReviewRequest, error)

Jump to

Keyboard shortcuts

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