Merge pull request #14 from openrelayxyz/feature/plugin-shutdown
Give plugins access to node.Close()
This commit is contained in:
commit
ec1b7edc32
@ -171,6 +171,7 @@ type Node interface {
|
||||
WSEndpoint() string
|
||||
ResolvePath(x string) string
|
||||
Attach() (Client, error)
|
||||
Close() error
|
||||
}
|
||||
|
||||
type Client interface {
|
||||
|
Loading…
Reference in New Issue
Block a user