github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/app/subscription/entries/entries.go (about) 1 package entries 2 3 import "github.com/v2fly/v2ray-core/v5/app/subscription/specs" 4 5 //go:generate go run github.com/v2fly/v2ray-core/v5/common/errors/errorgen 6 7 type Converter interface { 8 ConvertToAbstractServerConfig(rawConfig []byte, kindHint string) (*specs.SubscriptionServerConfig, error) 9 }