mirror of
https://github.com/bettercap/bettercap
synced 2025-07-15 01:23:42 -07:00
8 lines
114 B
Go
8 lines
114 B
Go
package hid_recon
|
|
|
|
type LogitechBuilder struct {
|
|
}
|
|
|
|
func (b LogitechBuilder) BuildFrames(commands []Command) {
|
|
|
|
}
|