githubclient

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 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 PullRequestState added in v0.2.0

type PullRequestState struct {
	IsOpen    bool
	IsMerged  bool
	IsClosed  bool
	CreatedAt time.Time
	UpdatedAt time.Time
}

PullRequestState représente l'état d'une Pull Request

func GetPullRequestState added in v0.2.0

func GetPullRequestState(client *github.Client, owner, repo string, prNumber string) (*PullRequestState, error)

GetPullRequestState récupère l'état courant d'une Pull Request

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