1
0

wireguard.go 141 B

123456789
  1. package dialer
  2. import (
  3. "github.com/sagernet/sing/common/control"
  4. )
  5. type WireGuardListener interface {
  6. WireGuardControl() control.Func
  7. }