Skip to content

Commit

Permalink
Add Update() error to control.InterfaceFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Sep 22, 2024
1 parent 55908be commit c635464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/control/bind_finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
)

type InterfaceFinder interface {
Update() error
Interfaces() []Interface
InterfaceIndexByName(name string) (int, error)
InterfaceNameByIndex(index int) (string, error)
Expand Down

0 comments on commit c635464

Please sign in to comment.