mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-20 02:21:54 -05:00
9 lines
141 B
Go
9 lines
141 B
Go
|
|
package subscriptionmanager
|
||
|
|
|
||
|
|
type changedDocument struct {
|
||
|
|
removed []string
|
||
|
|
added []string
|
||
|
|
modified []string
|
||
|
|
unchanged []string
|
||
|
|
}
|