1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-09 11:51:02 -05:00
v2fly/app/subscription/subscriptionmanager/delta.go

9 lines
141 B
Go
Raw Normal View History

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