mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:24:18 -04:00
7 lines
79 B
Go
7 lines
79 B
Go
package bind
|
|
|
|
type recvMessage struct {
|
|
Endpoint *Endpoint
|
|
Buffer []byte
|
|
}
|