isle/go/daemon
2024-11-16 11:50:55 +01:00
..
children Implement network.Loader, will be helpful for testing Daemon 2024-11-10 22:13:06 +01:00
daecommon Add network get-config command 2024-11-12 18:18:47 +01:00
jsonrpc2 Manage child processes individually, not via Pmux. Also route child logs through mlog 2024-10-29 17:49:24 +01:00
network Implement 'storage list-allocation(s)' 2024-11-14 20:55:15 +01:00
client.go Implement SetConfig, but in a stupid way 2024-10-24 19:52:08 +02:00
config.go Pass NetworkConfig into Network loaders as an optional argument 2024-11-12 13:34:39 +01:00
ctx.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
daemon_test.go Pass NetworkConfig into Network loaders as an optional argument 2024-11-12 13:34:39 +01:00
daemon.go Pass NetworkConfig into Network loaders as an optional argument 2024-11-12 13:34:39 +01:00
errors.go Pass NetworkConfig into Network loaders as an optional argument 2024-11-12 13:34:39 +01:00
network.go Pass NetworkConfig into Network loaders as an optional argument 2024-11-12 13:34:39 +01:00
rpc_mock.go Add test for 'storage list-allocation(s)' command 2024-11-16 11:50:55 +01:00
rpc.go Get the entrypoint test-ready 2024-11-15 13:14:23 +01:00