Files
openlan/pkg/network/framer.go
2022-07-29 23:38:54 +08:00

8 lines
83 B
Go
Executable File

package network
type Framer struct {
Data []byte
Source Taper
Output Taper
}