mirror of
https://github.com/zgwit/beeq.git
synced 2025-09-26 19:51:13 +08:00
6 lines
50 B
Go
6 lines
50 B
Go
package packet
|
|
|
|
type PingResp struct {
|
|
PingReq
|
|
}
|