workflow

package
v0.0.0-...-0d00d31 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2025 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractLogs

func ExtractLogs(rc io.Reader) (string, error)

func GetLogs

func GetLogs(ctx context.Context, logger *clog.Logger, owner, repo string, runID int64, token string) (io.ReadCloser, error)

func GetWorkflowByPath

func GetWorkflowByPath(ctx context.Context, client *github.Client, owner, repo, wfPath string) (*github.Workflow, error)

func ListWorkflowRuns

func ListWorkflowRuns(ctx context.Context, logger *clog.Logger, client *github.Client, owner, repo string, workflowID int64, start, end time.Time) ([]*github.WorkflowRun, error)

func SearchWorkflowFiles

func SearchWorkflowFiles(ctx context.Context, client *github.Client, query string) ([]string, error)

Types

type Finding

type Finding struct {
	Encoded  string
	Decoded  string
	LineData string
}

func ParseLogs

func ParseLogs(logger *clog.Logger, logData string, runID int64, findIOC *ioc.IOC) ([]Finding, bool)

Jump to

Keyboard shortcuts

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