isle/go/daemon/jsonrpc2
Brian Picciano 16aca610b4 Add multi-network support to daemon
It's still not possible to pick a network from the command-line, so this
is a bit broken, but the daemon component should handle it correctly at
least.
2024-09-23 19:04:14 +02:00
..
client_gen.tpl Remove extraneous empty struct returns from RPC interface 2024-09-05 17:28:10 +02:00
client_http.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
client_rw.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
client.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
dispatcher.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
errors.go Implement Daemon.CreateNetwork, but it's not yet used or tested 2024-07-07 20:01:10 +02:00
handler.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
jsonrpc2_test.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
jsonrpc2.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
meta.go Add multi-network support to daemon 2024-09-23 19:04:14 +02:00
server_http.go Implement RPC socket and use it to list hosts 2024-06-23 14:37:10 +02:00
server_rw.go Implement jsonrpc2 package, intended for use over the daemon socket 2024-06-22 17:37:15 +02:00