new e2e framework (#1835)
This commit is contained in:
committed by
GitHub
Unverified
parent
8b75b8b837
commit
262317192c
@@ -0,0 +1,11 @@
|
||||
package framework
|
||||
|
||||
type FRPClient struct {
|
||||
port int
|
||||
}
|
||||
|
||||
func (f *Framework) FRPClient(port int) *FRPClient {
|
||||
return &FRPClient{
|
||||
port: port,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user