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
}
func NewDefaultGithub ¶
func NewGithub ¶
func NewGithub(client *gh.RESTClient) *Github
func (*Github) LatestWorkflowRuns ¶
func (g *Github) LatestWorkflowRuns(repo, branch string) (entity.WorkflowRunCollection, error)
func (*Github) WorkflowRuns ¶
func (g *Github) WorkflowRuns(repo, branch string) (entity.WorkflowRunCollection, error)
Click to show internal directories.
Click to hide internal directories.