mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-23 12:02:58 -05:00
remove json packages in app folder
This commit is contained in:
@@ -11,6 +11,11 @@ const (
|
||||
|
||||
type Network serial.StringLiteral
|
||||
|
||||
func (this Network) AsList() *NetworkList {
|
||||
list := NetworkList([]Network{this})
|
||||
return &list
|
||||
}
|
||||
|
||||
type NetworkList []Network
|
||||
|
||||
func NewNetworkList(networks serial.StringLiteralList) NetworkList {
|
||||
|
||||
Reference in New Issue
Block a user