lux/proto/lux_data.go
2024-12-29 13:27:06 +02:00

6 lines
91 B
Go

package proto
type LuxData interface {
Read(rd *LuxBuffer) error
Write(wd *LuxBuffer)
}