This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hanxiao
/
hxFrpc
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
6da4531760
Ramas
Etiquetas
master
test-gh
hxFrpc
/
webviewTest
/
frp
/
test
/
e2e
/
mock
/
server
/
interface.go
interface.go
105 B
Histórico
Raw
1
2
3
4
5
6
7
8
package server
type Server interface {
Run() error
Close() error
BindAddr() string
BindPort() int
}