# Functions
GetJSON retrieves a key from Etcd and decodes the value as JSON into a struct.
SetJSON saves a struct in JSON form under a key in Etcd.
TraverseDir gets all values with a specified key from a directory recursively.
# Constants
KeyGitHubAuthToken is the key used to store the GitHub Auth token.