1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-20 02:21:54 -05:00
Files
v2fly/app/subscription/subscriptionmanager/delta.go

9 lines
141 B
Go
Raw Normal View History

2023-11-21 23:03:20 +00:00
package subscriptionmanager
type changedDocument struct {
removed []string
added []string
modified []string
unchanged []string
}