This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
hanxiao
/
hxFrpc
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
6da4531760
Ramos
Etiquetas
master
test-gh
hxFrpc
/
webviewTest
/
frp
/
test
/
e2e
/
mock
/
server
/
interface.go
interface.go
105 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
package server
type Server interface {
Run() error
Close() error
BindAddr() string
BindPort() int
}