This project is no longer maintained by Turbine Labs, which has shut down.
The adminserver package provides a tool to wrap a process with a simple HTTP server that manages the process lifecycle, including termination and signaling.
- Go 1.9 or later (previous versions may work, but we don't build or test against them)
The adminserver project depends on our nonstdlib package; The tests depend on our test package and gomock. It should always be safe to use HEAD of all master branches of Turbine Labs open source projects together, or to vendor them with the same git tag.
go get -u github.com/turbinelabs/adminserver/...
mkdir -p $GOPATH/src/turbinelabs
git clone https://github.com/turbinelabs/adminserver.git > $GOPATH/src/turbinelabs/adminserver
go test github.com/turbinelabs/adminserver/...
Please see Versioning of Turbine Labs Open Source Projects.
Patches accepted! Please see Contributing to Turbine Labs Open Source Projects.
All Turbine Labs open-sourced projects are released with a Contributor Code of Conduct. By participating in our projects you agree to abide by its terms, which will be carefully enforced.