set

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Set added in v0.3.2

func Set(ctx context.Context, logE *logrus.Entry, fs afero.Fs, param *Param) error

Types

type GitHub added in v0.3.2

type GitHub interface {
	ListWorkflowRuns(ctx context.Context, owner, repo, workflowFileName string, opts *github.ListWorkflowRunsOptions) ([]*github.WorkflowRun, *github.Response, error)
	ListWorkflowJobs(ctx context.Context, logE *logrus.Entry, owner, repo string, runID int64, opts *github.ListWorkflowJobsOptions) ([]*github.WorkflowJob, *github.Response, error)
}

type Param

type Param struct {
	Files          []string
	TimeoutMinutes int
	Auto           bool
	RepoOwner      string
	RepoName       string
	Size           int
}

Jump to

Keyboard shortcuts

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