mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
15 lines
203 B
Go
15 lines
203 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package events_stream
|
|
|
|
import (
|
|
"io"
|
|
|
|
"github.com/bettercap/bettercap/v2/session"
|
|
)
|
|
|
|
func (mod *EventsStream) viewBLEEvent(output io.Writer, e session.Event) {
|
|
|
|
}
|