1 Star 0 Fork 0

simple/simple.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
handler.go 276 Bytes
一键复制 编辑 原始数据 按行查看 历史
simple 提交于 2024-11-07 10:58 . fix(socket): 完善协议
package socks
type ConnectCommand interface {
Connect(request *Request, response *Response) error
}
type BindCommand interface {
Bind(request *Request, response *Response) error
}
type AssociateCommand interface {
Associate(request *Request, response *Response) error
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/simple-set/simple.io.git
git@gitee.com:simple-set/simple.io.git
simple-set
simple.io
simple.io
v1.5.3

搜索帮助