isle/go/daemon
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
..
children Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
daecommon Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
jsonrpc2 Update documentation on jsonrpc2.NewDispatchHandler 2024-09-05 19:36:21 +02:00
network Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
client.go Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
config.go Move common daemon types and values into daecommon 2024-09-07 15:11:04 +02:00
daemon.go Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
errors.go Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
network.go Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
rpc.go Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00