index
:
roadrunner.git
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
state
/
job
/
state.go
blob: e5b142b59d9d4b405c52f4904574c4fd47d79963 (
plain
)
1
2
3
4
5
6
package job type State struct { Queue string Active int64 }