index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
jobs
/
job.go
blob: 3864c76a5538c339d4da9a12e2757c94b63bde0c (
plain
)
1
2
3
4
5
package jobs type Job[T any] interface { Run(T) }