Skip to content

Commit

Permalink
chore: check in runner sdk (#2)
Browse files Browse the repository at this point in the history
* feat: update SDK with latest API changes

* feat: check in runner api methods
  • Loading branch information
jonmorehouse authored Sep 25, 2024
1 parent 21a56fd commit 025d8a2
Show file tree
Hide file tree
Showing 230 changed files with 2,600 additions and 67,972 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Client interface {
// jobs
GetJobs(ctx context.Context, grp models.AppRunnerJobGroup, status models.AppRunnerJobStatus, limit *int64) ([]*models.AppRunnerJob, error)
GetJob(ctx context.Context, jobID string) (*models.AppRunnerJob, error)
GetJobPlan(ctx context.Context, jobID string) (*models.Planv1Plan, error)
GetJobPlanJSON(ctx context.Context, jobID string) (string, error)

// job executions
GetJobExecutions(ctx context.Context, jobID string) ([]*models.AppRunnerJobExecution, error)
Expand Down
153 changes: 0 additions & 153 deletions client/operations/add_user_parameters.go

This file was deleted.

Loading

0 comments on commit 025d8a2

Please sign in to comment.