mirror of
https://github.com/fatedier/frp.git
synced 2026-08-31 16:15:58 +08:00
more e2e test cases (#2450)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package server
|
||||
|
||||
type Server interface {
|
||||
Run() error
|
||||
Close() error
|
||||
BindAddr() string
|
||||
BindPort() int
|
||||
}
|
||||
Reference in New Issue
Block a user