add admin RPC find call, add kademlia NodeLookup interactive

This commit is contained in:
arnaucube
2019-12-15 17:22:35 +01:00
parent d971d1503a
commit ff0ba3995a
13 changed files with 264 additions and 22 deletions

View File

@@ -11,6 +11,7 @@ type Config struct {
ID string
Addr string
Port string
AdminPort string
KnownNodesStr []KnownNodeStr `mapstructure:"knownnodes"`
KnownNodes []kademlia.ListedNode `mapstructure:"-"`
Storage string