index
:
roadrunner.git
dependabot/github_actions/codecov/codecov-action-5.2.0
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
/
interfaces
/
resetter
/
interface.go
blob: 3fa48cf369cb73ab34fb79cf3be834d7ba3daa62 (
plain
)
1
2
3
4
5
package resetter type Resetter interface { Reset() error }