14 Star 51 Fork 12

Hprose/hprose-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
1_1_compatible.go 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Hprose 提交于 2015-05-25 22:03 . Changed directory
/**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| http://www.hprose.org/ |
| |
\**********************************************************/
/**********************************************************\
* *
* hprose/1.1_compatible.go *
* *
* 1.1 compatible for Golang. *
* *
* LastModified: Feb 15, 2014 *
* Author: Ma Bingyao <andot@hprose.com> *
* *
\**********************************************************/
package hprose
import (
"time"
)
// go 1.1 didn't have SetKeepAlivePeriod in TCPConn, so we should check it.
type iKeepAlivePeriod interface {
SetKeepAlivePeriod(time.Duration) error
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/andot/hprose-go.git
git@gitee.com:andot/hprose-go.git
andot
hprose-go
hprose-go
v1.5.1

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385