# README
CI
A mock CI that can be used to automate nightly builds. Comes with a simple frontend borrowed from godoc.
# Functions
GetRequest is a handler that makes it easy to send out GET requests.
StartServer starts the CI server.
# Variables
GithubSecret is the secret required for pulling from GitHub Repositories.
LastBuilt is the time when the ci last built binaries.
OpensolarHashes contains all the opensoalr related SHA hashes.
OpenxHashes contains all the openx related SHA hashes.
Sha stores the SHA hashes of openx and opensolar.
TellerHashes contains all the opensolar teller related hashes.
# Structs
FileStats is a helper struct to store hashes and binary sizes.
GithubSha is a wrapper for the SHA hash of something.
HashesResponse returns the hash repsonses in an API call.
Shastruct contains the opensolar and openx sha hashes.