1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-07 00:40:26 +08:00
Files
WireGold/gold/head/protos.go
2021-10-25 19:29:59 +08:00

10 lines
107 B
Go

package head
// Proto 类型定义
const (
ProtoHello uint8 = iota
ProtoNotify
ProtoQuery
ProtoData
)