mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
platform: Refactor log interface
This commit is contained in:
parent
3cadc90375
commit
1825869124
7 changed files with 35 additions and 19 deletions
|
@ -2,7 +2,6 @@ package platform
|
|||
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
"net/netip"
|
||||
|
||||
"github.com/sagernet/sing-box/adapter"
|
||||
|
@ -25,7 +24,6 @@ type Interface interface {
|
|||
UnderNetworkExtension() bool
|
||||
ClearDNSCache()
|
||||
process.Searcher
|
||||
io.Writer
|
||||
}
|
||||
|
||||
type NetworkInterface struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue