add Network.Init method
This commit is contained in:
@@ -38,6 +38,8 @@ type Node interface {
|
||||
type Network interface {
|
||||
// Node is network node
|
||||
Node
|
||||
// Initialise options
|
||||
Init(...Option) error
|
||||
// Options returns the network options
|
||||
Options() Options
|
||||
// Name of the network
|
||||
|
Reference in New Issue
Block a user