1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 10:26:10 -04:00
v2fly/app/subscription/subscriptionmanager/delta.go
2023-11-26 10:55:27 +00:00

9 lines
141 B
Go

package subscriptionmanager
type changedDocument struct {
removed []string
added []string
modified []string
unchanged []string
}