BenPski / pants

MIT License
0 stars 0 forks source link

cleanup the client and server interaction #20

Closed BenPski closed 3 months ago

BenPski commented 3 months ago

The interaction between a vault and the client is now done through Message and VaultInterface::receive.

So a client needs to generate Messages and then pass them to VaultInterface::receive and then handle the resulting Output.