10 lines
92 B
Go
10 lines
92 B
Go
|
package aurp
|
||
|
|
||
|
type TicklePacket struct {
|
||
|
Header
|
||
|
}
|
||
|
|
||
|
type TickleAckPacket struct {
|
||
|
Header
|
||
|
}
|