Versions in this module Expand all Collapse all v0 v0.3.3 Oct 4, 2024 v0.3.3-2 Oct 5, 2024 v0.3.3-1 Oct 4, 2024 v0.3.2 Sep 21, 2024 Changes in this version + type ActionsService interface + ListWorkflowJobs func(ctx context.Context, owner, repo string, runID int64, ...) (*github.Jobs, *github.Response, error) + ListWorkflowRunsByFileName func(ctx context.Context, owner, repo, workflowFileName string, ...) (*github.WorkflowRuns, *github.Response, error) + type Client struct + func NewClient(ctx context.Context) *Client + func (c *Client) ListWorkflowJobs(ctx context.Context, logE *logrus.Entry, owner, repo string, runID int64, ...) ([]*WorkflowJob, *github.Response, error) + func (c *Client) ListWorkflowRuns(ctx context.Context, owner, repo, workflowFileName string, ...) ([]*WorkflowRun, *github.Response, error) + type ListWorkflowJobsOptions struct + Date int + Page int + Status string + type ListWorkflowRunsOptions struct + Page int + Status string + type Response = github.Response + type WorkflowJob struct + Conclusion string + Duration time.Duration + ID int64 + Name string + Status string + type WorkflowRun struct + ID int64 + Status string v0.3.2-1 Sep 21, 2024