mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-09 11:51:02 -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
|
||
|
}
|