nonnativeifce.go 251 B

1234567891011
  1. package nonnativeifce
  2. import (
  3. "io/fs"
  4. "github.com/v2fly/v2ray-core/v5/app/subscription/entries"
  5. )
  6. type NonNativeConverterConstructorT func(fs fs.FS) (entries.Converter, error)
  7. var NewNonNativeConverterConstructor NonNativeConverterConstructorT