Skip to content

turbinelabs/adminserver

Repository files navigation

turbinelabs/adminserver

This project is no longer maintained by Turbine Labs, which has shut down.

Apache 2.0 GoDoc CircleCI Go Report Card codecov

The adminserver package provides a tool to wrap a process with a simple HTTP server that manages the process lifecycle, including termination and signaling.

Requirements

  • Go 1.9 or later (previous versions may work, but we don't build or test against them)

Dependencies

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.

Install

go get -u github.com/turbinelabs/adminserver/...

Clone/Test

mkdir -p $GOPATH/src/turbinelabs
git clone https://github.com/turbinelabs/adminserver.git > $GOPATH/src/turbinelabs/adminserver
go test github.com/turbinelabs/adminserver/...

Godoc

adminserver

Versioning

Please see Versioning of Turbine Labs Open Source Projects.

Pull Requests

Patches accepted! Please see Contributing to Turbine Labs Open Source Projects.

Code of Conduct

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published