2 Star 1 Fork 1

mosache/YFrame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
cache
core
micro
example
filter
loadbalance
net
ratelimit
registry
rpc
compress
internal/errs
message
serialize
json
proto
types.go
testdata
client.go
client_e2e_test.go
client_test.go
const.go
context.go
server.go
services.go
tcp.go
types.go
client.go
grpc_resolver.go
server.go
orm
queue
redisQueue
rest
sso
tools/Y
util
.gitignore
LICENSE
go.mod
go.sum
克隆/下载
types.go 132 Bytes
一键复制 编辑 原始数据 按行查看 历史
ヤ沒脩袮兲︶ 提交于 1年前 . temp
package serialize
type Serializer interface {
Code() uint8
Encode(val any) ([]byte, error)
Decode(data []byte, val any) error
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mosache/YFrame.git
git@gitee.com:mosache/YFrame.git
mosache
YFrame
YFrame
v0.1.76

搜索帮助