Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher interface { FindWorkflowRuns(ctx context.Context, workflow *Workflow) ([]*github.WorkflowRun, error) DownloadArtifactsForWorkflowRun(ctx context.Context, runID int64, path string) (string, error) }
Fetcher is an interface that abstracts gathering test results from the github API.
Click to show internal directories.
Click to hide internal directories.