mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-22 11:31:31 -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
|
|
}
|