Rough outline of Network introspection interface
This commit is contained in:
@@ -21,6 +21,8 @@ var (
|
||||
|
||||
// Network is micro network
|
||||
type Network interface {
|
||||
// Options returns the network options
|
||||
Options() Options
|
||||
// Name of the network
|
||||
Name() string
|
||||
// Address returns network bind address
|
||||
|
Reference in New Issue
Block a user