1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-10 19:50:30 +08:00
This commit is contained in:
fumiama
2021-10-24 15:29:13 +08:00
parent 151da51230
commit 8b6e74f756
10 changed files with 231 additions and 60 deletions

View File

@@ -3,5 +3,6 @@ package upper
import "io"
type Service interface {
Create(peer string, srcport uint16, destport uint16) (Service, error)
io.ReadWriteCloser
}