type Model struct {
Orgname string Setup bool CreationTime int64}
Model is the data about a governor server in between restarts
Orgname is the name of the governor server org
Setup is true if setup has already been run
CreationTime is the Unix time of when setup had been first run