mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-25 10:06:36 +02:00
10 lines
229 B
Go
10 lines
229 B
Go
//go:build !linux || android
|
|
|
|
package conntrack
|
|
|
|
import nftypes "github.com/netbirdio/netbird/client/internal/netflow/types"
|
|
|
|
func New(flowLogger nftypes.FlowLogger, iface nftypes.IFaceMapper) nftypes.ConnTracker {
|
|
return nil
|
|
}
|