mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
package v2ui
|
|
|
|
import "errors"
|
|
|
|
func MigrateFromV2UI(dbPath string) error {
|
|
return errors.New("not support right now")
|
|
}
|