more e2e test cases (#2450)
This commit is contained in:
committed by
GitHub
Unverified
parent
c7d4637382
commit
900454e58b
@@ -0,0 +1,8 @@
|
||||
package server
|
||||
|
||||
type Server interface {
|
||||
Run() error
|
||||
Close() error
|
||||
BindAddr() string
|
||||
BindPort() int
|
||||
}
|
||||
Reference in New Issue
Block a user