Node is a network
This commit is contained in:
		| @@ -25,10 +25,8 @@ type Network interface { | |||||||
|  |  | ||||||
| // Node represents a network node | // Node represents a network node | ||||||
| type Node interface { | type Node interface { | ||||||
| 	// Id of the node | 	// Node is a network. Network is a node. | ||||||
| 	Id() string | 	Network | ||||||
| 	// The network for this node |  | ||||||
| 	Network() Network |  | ||||||
| } | } | ||||||
|  |  | ||||||
| // Message is a message sent over the network | // Message is a message sent over the network | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user