mirror of
https://github.com/bettercap/bettercap
synced 2025-07-12 08:07:00 -07:00
11 lines
155 B
Go
11 lines
155 B
Go
// +build windows darwin
|
|
|
|
package modules
|
|
|
|
import (
|
|
"github.com/bettercap/bettercap/session"
|
|
)
|
|
|
|
func (s *EventsStream) viewBLEEvent(e session.Event) {
|
|
|
|
}
|