1 Star 0 Fork 0

剑麟 / core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
converstion.go 236 Bytes
一键复制 编辑 原始数据 按行查看 历史
lunny 提交于 2014-04-08 20:57 . init core after sperated repository
package core
// Conversion is an interface. A type implements Conversion will according
// the custom method to fill into database and retrieve from database.
type Conversion interface {
FromDB([]byte) error
ToDB() ([]byte, error)
}
Go
1
https://gitee.com/576981955/core.git
git@gitee.com:576981955/core.git
576981955
core
core
master

搜索帮助