mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-26 11:44:22 -04:00
6 lines
158 B
Go
6 lines
158 B
Go
|
package persistentstorage
|
||
|
|
||
|
import "github.com/v2fly/v2ray-core/v5/features/extension/storage"
|
||
|
|
||
|
type ScopedPersistentStorage = storage.ScopedPersistentStorage
|