This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
hanxiao
/
hxFrpc
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
6da4531760
Ramuri
Etichete
master
test-gh
hxFrpc
/
webviewTest
/
frp
/
test
/
e2e
/
mock
/
server
/
interface.go
interface.go
105 B
Istoric
Crud
1
2
3
4
5
6
7
8
package server
type Server interface {
Run() error
Close() error
BindAddr() string
BindPort() int
}