github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/app/subscription/entries/nonnative/nonnativeifce/nonnativeifce.go (about) 1 package nonnativeifce 2 3 import ( 4 "io/fs" 5 6 "github.com/v2fly/v2ray-core/v5/app/subscription/entries" 7 ) 8 9 type NonNativeConverterConstructorT func(fs fs.FS) (entries.Converter, error) 10 11 var NewNonNativeConverterConstructor NonNativeConverterConstructorT