isle/go/secrets
Brian Picciano 8c3e6a2845 Separate Daemon and Network logic into separate packages
In a world where the daemon can manage more than one network, the Daemon
is really responsible only for knowing which networks are currently
joined, creating/joining/leaving networks, and routing incoming RPC
requests to the correct network handler as needed.

The new network package, with its Network interface, inherits most of
the logic that Daemon used to have, leaving Daemon only the parts needed
for the functionality just described. There's a lot of cleanup done here
in order to really nail down the separation of concerns between the two,
especially around directory creation.
2024-09-09 16:34:00 +02:00
..
secrets.go Implement basic secrets architecture, use it for garage RPC secret 2024-07-13 17:42:41 +02:00
store_fs_test.go Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
store_fs.go Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
store.go Propagate garage RPC secret with created host bootstrap 2024-07-14 11:58:39 +02:00