package gitreceive

const (
	contentType string = "application/json"
	userAgent   string = "deis-builder"
)
