1 Star 0 Fork 0

iqingfeng/ngrok

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
interface.go 131 Bytes
Copy Edit Raw Blame History
package proto
import (
"ngrok/conn"
)
type Protocol interface {
GetName() string
WrapConn(conn.Conn, interface{}) conn.Conn
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/iqingfeng/ngrok.git
git@gitee.com:iqingfeng/ngrok.git
iqingfeng
ngrok
ngrok
e5a7b820743f

Search