mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-03-22 11:01:57 +00:00
refactor NodeInfo
This commit is contained in:
@@ -6,11 +6,11 @@ import (
|
||||
)
|
||||
|
||||
type AddUsersParams struct {
|
||||
Tag string
|
||||
Config *conf.Options
|
||||
UserInfo []panel.UserInfo
|
||||
NodeInfo *panel.NodeInfo
|
||||
Tag string
|
||||
Users []panel.UserInfo
|
||||
*panel.NodeInfo
|
||||
}
|
||||
|
||||
type Core interface {
|
||||
Start() error
|
||||
Close() error
|
||||
|
||||
Reference in New Issue
Block a user