mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-07 20:23:03 +08:00
优化payload
This commit is contained in:
@@ -8,8 +8,8 @@ const (
|
||||
)
|
||||
|
||||
type Payload struct {
|
||||
PType byte // payload types
|
||||
LType LType // LinkType
|
||||
PType byte // payload types
|
||||
Data *[]byte
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user