Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
GetActionsReleases() (map[string]time.Time, error)
GetRepoVariable(repoName, varName string) (string, error)
SetRepoVariable(repo, varName, varValue string) error
GetWorkflowJob(wfName, wfTitle, repo, branch, event string) (int64, string, error)
SubmitWorkflow(repo, branch, wfName string, inputs map[string]interface{}) error
GetWorkflowRunByID(repo string, id int64) (*githubapi.WorkflowRun, error)
}
func NewAPIClient ¶
Click to show internal directories.
Click to hide internal directories.