MCPcopy
hub / github.com/bettercap/bettercap / FrameBuilder

Interface FrameBuilder

modules/hid/builders.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type FrameBuilder interface {
8 BuildFrames(*network.HIDDevice, []*Command) error
9}
10
11var FrameBuilders = map[network.HIDType]FrameBuilder{
12 network.HIDTypeLogitech: LogitechBuilder{},

Callers 1

prepInjectionMethod · 0.95

Implementers 3

MicrosoftBuildermodules/hid/build_microsoft.go
AmazonBuildermodules/hid/build_amazon.go
LogitechBuildermodules/hid/build_logitech.go

Calls

no outgoing calls

Tested by

no test coverage detected