feat: add tunnel monitor web ui
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
||||
|
||||
type Forwarder interface {
|
||||
Type() ForwarderType
|
||||
Initialize() (Stream, error)
|
||||
Initialize(sourceAddress string) (Stream, error)
|
||||
Start(context.Context) error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user