mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-07 00:40:26 +08:00
10 lines
107 B
Go
10 lines
107 B
Go
package head
|
|
|
|
// Proto 类型定义
|
|
const (
|
|
ProtoHello uint8 = iota
|
|
ProtoNotify
|
|
ProtoQuery
|
|
ProtoData
|
|
)
|