Add Stack.ResetNetwork
This commit is contained in:
parent
79084fa798
commit
b59636919c
7 changed files with 64 additions and 5 deletions
1
stack.go
1
stack.go
|
|
@ -14,6 +14,7 @@ import (
|
|||
|
||||
type Stack interface {
|
||||
Start() error
|
||||
ResetNetwork()
|
||||
Close() error
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue