Proto commits in dcrodman/archon

These 15 commits are when the Protocol Buffers files have changed:

Commit:ee87da9
Author:Drew Rodman

fill in more of the full character packet

The documentation is generated from this commit.

Commit:826d2cb
Author:Drew Rodman
Committer:Drew Rodman

Fix typo in the account proto This isn't backwards compatible but is easily fixable and at this stage is still fair game

Commit:055673f
Author:Drew Rodman

minor todos

Commit:c2d39f3
Author:Drew Rodman

Refactor database access Moves everything behind shipgate so that all data access has to be done via that api

Commit:614370f
Author:Drew Rodman

Refactor protos and shipgate client

Commit:bfe23cf
Author:Drew Rodman
Committer:Drew Rodman

Massive rewrite of the shipgate

Commit:b94ee6d
Author:Drew Rodman
Committer:Drew Rodman

Invert package hierarchy I think I've kind of had it backwards

Commit:4a8c65d
Author:James Protzman
Committer:GitHub

Move account verification into the shipgate server (#49)

Commit:0a83f70
Author:Drew Rodman

Get the bundled ship registering itself with the shipgate

Commit:c232d95
Author:Drew Rodman

Upgrade grpc and combine shipgate into one service

Commit:dffd325
Author:Drew Rodman
Committer:Drew Rodman

Rename shipgate metadata service...again

Commit:b000d9f
Author:Drew Rodman

Package restrucuring and export fixes

Commit:00e08c8
Author:Drew Rodman
Committer:Drew Rodman

Rename shipinfo service and set up skeleton for shipgate

Commit:392e322
Author:Drew Rodman
Committer:Drew Rodman

Retrieve ship list from shipgate in character server Resolves #25 and #23

Commit:cac4250
Author:Drew Rodman
Committer:Drew Rodman

Add gRPC boilerplate and API for shipgate server Resolves #24