Skip to content

Commit c635464

Browse files
committed
Add Update() error to control.InterfaceFinder
1 parent 55908be commit c635464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/control/bind_finder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
)
77

88
type InterfaceFinder interface {
9+
Update() error
910
Interfaces() []Interface
1011
InterfaceIndexByName(name string) (int, error)
1112
InterfaceNameByIndex(index int) (string, error)

0 commit comments

Comments
 (0)