(ctx context.Context, statuses []taskpkg.RunStatus)
| 40 | GetTaskRun(ctx context.Context, id string) (taskpkg.Run, error) |
| 41 | GetExecutionProfile(ctx context.Context, taskID string) (taskpkg.ExecutionProfile, error) |
| 42 | ListTaskRunsByStatus(ctx context.Context, statuses []taskpkg.RunStatus) ([]taskpkg.Run, error) |
| 43 | } |
| 44 | |
| 45 | type taskRoleSessionManager interface { |
no outgoing calls
no test coverage detected