bettercap/modules/hid_recon/hid_logitech.go
2019-02-20 12:24:05 +01:00

8 lines
114 B
Go

package hid_recon
type LogitechBuilder struct {
}
func (b LogitechBuilder) BuildFrames(commands []Command) {
}